tauri-apps / smoke-tests

A collection of frameworks used as a suite of smoke-tests for tauri
MIT License
76 stars 20 forks source link

chore(examples) Update Vue Examples #1451

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tauri-apps/api 1.5.5 -> 1.5.6 age adoption passing confidence
core-js (source) 3.37.0 -> 3.37.1 age adoption passing confidence
eslint (source) 9.2.0 -> 9.3.0 age adoption passing confidence
eslint-plugin-n 17.6.0 -> 17.7.0 age adoption passing confidence
quasar (source) 2.16.3 -> 2.16.4 age adoption passing confidence

Release Notes

tauri-apps/tauri (@​tauri-apps/api) ### [`v1.5.6`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/cli-v1.5.6): @​tauri-apps/cli v1.5.6 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.5...@tauri-apps/api-v1.5.6) #### \[1.5.6] ##### Bug Fixes - [`5264e41d`](https://www.github.com/tauri-apps/tauri/commit/5264e41db3763e4c2eb0c3c21bd423fb7bece3e2)([#​8082](https://www.togithub.com/tauri-apps/tauri/pull/8082)) Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords. ##### Dependencies - Upgraded to `tauri-cli@1.5.6`
zloirock/core-js (core-js) ### [`v3.37.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3371---20240514) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.37.0...v3.37.1) - Changes [v3.37.0...v3.37.1](https://togithub.com/zloirock/core-js/compare/v3.37.0...v3.37.1) - Fixed [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) feature detection for some specific cases - Compat data improvements: - [`Set` methods proposal](https://togithub.com/tc39/proposal-set-methods) added and marked as [supported from FF 127](https://bugzilla.mozilla.org/show_bug.cgi?id=1868423) - [`Symbol.dispose`](https://togithub.com/tc39/proposal-explicit-resource-management) added and marked as supported from V8 ~ Chromium 125 - [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://togithub.com/tc39/proposal-float16array) added and marked as [supported from Deno 1.43](https://togithub.com/denoland/deno/pull/23490) - [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from Chromium 126](https://chromestatus.com/feature/6301071388704768) - [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from NodeJS 22.0](https://togithub.com/nodejs/node/pull/52280) - [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from Deno 1.43](https://togithub.com/denoland/deno/pull/23318) - Added [Rhino 1.7.15](https://togithub.com/mozilla/rhino/releases/tag/Rhino1\_7\_15\_Release) compat data, many features marked as supported - Added [NodeJS 22.0](https://nodejs.org/en/blog/release/v22.0.0) compat data mapping - Added [Deno 1.43](https://togithub.com/denoland/deno/releases/tag/v1.43.0) compat data mapping - Added Electron 31 compat data mapping - Updated [Opera Android 82](https://forums.opera.com/topic/71513/opera-for-android-82) compat data mapping - Added Samsung Internet 26 compat data mapping - Added Oculus Quest Browser 33 compat data mapping
eslint/eslint (eslint) ### [`v9.3.0`](https://togithub.com/eslint/eslint/compare/v9.2.0...41a871cf43874e2f27ad08554c7900daf0e94b06) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.2.0...v9.3.0)
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v17.7.0`](https://togithub.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#1770-2024-05-14) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.6.0...v17.7.0) ##### 🌟 Features - **hashbang:** Add support to map extensions to executables ([#​278](https://togithub.com/eslint-community/eslint-plugin-n/issues/278)) ([3fd7639](https://togithub.com/eslint-community/eslint-plugin-n/commit/3fd7639e4d98d2cd936682197ef4004d59adadfd)) - **node-builtin:** Add node 20.13.0, 22.0.0, and 22.1.0 support ([#​276](https://togithub.com/eslint-community/eslint-plugin-n/issues/276)) ([4a685c0](https://togithub.com/eslint-community/eslint-plugin-n/commit/4a685c05e2d5770e22c46dcb78267fa8c484f725)) ##### 🩹 Fixes - **node-builtins:** Remove "node:" prefix from "ignores" message ([#​277](https://togithub.com/eslint-community/eslint-plugin-n/issues/277)) ([704f0b9](https://togithub.com/eslint-community/eslint-plugin-n/commit/704f0b9373542e03b42102d30bc44cb7e30fc5d8)) ##### 📚 Documentation - **node-builtins:** Specify that only static properties are supported ([#​272](https://togithub.com/eslint-community/eslint-plugin-n/issues/272)) ([735a520](https://togithub.com/eslint-community/eslint-plugin-n/commit/735a5207aee828e324835bdb0c7fa743347ef4b9)) - Provide an example with eslint-plugin-n to Playground ([#​275](https://togithub.com/eslint-community/eslint-plugin-n/issues/275)) ([cb8ffa6](https://togithub.com/eslint-community/eslint-plugin-n/commit/cb8ffa62d07869dd23985f7d861ad3c60deec4f8))
quasarframework/quasar (quasar) ### [`v2.16.4`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.16.4) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.16.3...quasar-v2.16.4) #### Changes - fix(ui): support for legacy build systems that don't know about "exports" field [#​17190](https://togithub.com/quasarframework/quasar/issues/17190) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1)

Configuration

📅 Schedule: Branch creation - "before 3am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ampproject/remapping@2.2.0 None 0 55.3 kB jridgewell
npm/@babel/code-frame@7.24.2 environment 0 24.1 kB nicolo-ribaudo
npm/@babel/compat-data@7.24.4 None 0 65.2 kB nicolo-ribaudo
npm/@babel/core@7.24.5 environment, filesystem, unsafe 0 782 kB nicolo-ribaudo
npm/@babel/generator@7.24.5 None +3 790 kB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.18.6 None 0 2.69 kB nicolo-ribaudo
npm/@babel/helper-builder-binary-assignment-operator-visitor@7.22.15 None 0 13.5 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.23.6 None 0 52 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.20.12 None 0 180 kB nicolo-ribaudo
npm/@babel/helper-create-regexp-features-plugin@7.20.5 None 0 25.1 kB nicolo-ribaudo
npm/@babel/helper-define-polyfill-provider@0.6.2 unsafe +1 352 kB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-explode-assignable-expression@7.18.6 None 0 4.33 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.23.0 None 0 21.6 kB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.22.5 None 0 7.03 kB nicolo-ribaudo
npm/@babel/helper-member-expression-to-functions@7.20.7 None 0 54.3 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.24.3 None 0 63.8 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.24.5 None 0 158 kB nicolo-ribaudo
npm/@babel/helper-optimise-call-expression@7.18.6 None 0 3.3 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.20.2 None 0 11.9 kB nicolo-ribaudo
npm/@babel/helper-regex@7.8.3 None 0 2.41 kB nicolo-ribaudo
npm/@babel/helper-remap-async-to-generator@7.22.20 None +1 14 kB nicolo-ribaudo
npm/@babel/helper-replace-supers@7.20.7 None 0 31.2 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.24.5 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-skip-transparent-expression-wrappers@7.20.0 None 0 5.88 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.24.5 None 0 10.7 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.1 None 0 31.7 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.24.5 None 0 49.2 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helper-wrap-function@7.24.5 None 0 73.6 kB nicolo-ribaudo
npm/@babel/helpers@7.24.5 None 0 650 kB nicolo-ribaudo
npm/@babel/highlight@7.24.5 environment +1 47.2 kB nicolo-ribaudo
npm/@babel/parser@7.24.5 None 0 1.89 MB nicolo-ribaudo
npm/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1 None 0 7.74 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1 None +3 123 kB nicolo-ribaudo
npm/@babel/plugin-proposal-async-generator-functions@7.20.7 None +1 22.6 kB nicolo-ribaudo
npm/@babel/plugin-proposal-class-properties@7.18.6 None 0 3.34 kB nicolo-ribaudo
npm/@babel/plugin-proposal-class-static-block@7.20.7 None +1 12.4 kB nicolo-ribaudo
npm/@babel/plugin-proposal-dynamic-import@7.18.6 None +1 6.14 kB nicolo-ribaudo
npm/@babel/plugin-proposal-export-namespace-from@7.18.9 None +1 6.86 kB nicolo-ribaudo
npm/@babel/plugin-proposal-json-strings@7.18.6 None +1 6.01 kB nicolo-ribaudo
npm/@babel/plugin-proposal-logical-assignment-operators@7.20.7 None +1 11.2 kB nicolo-ribaudo
npm/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6 None +1 7.05 kB nicolo-ribaudo
npm/@babel/plugin-proposal-object-rest-spread@7.20.7 None 0 70.5 kB nicolo-ribaudo
npm/@babel/plugin-proposal-optional-catch-binding@7.18.6 None +1 5.81 kB nicolo-ribaudo
npm/@babel/plugin-proposal-optional-chaining@7.21.0 None +1 35.7 kB nicolo-ribaudo
npm/@babel/plugin-proposal-private-methods@7.18.6 None 0 3.17 kB nicolo-ribaudo
npm/@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2 None 0 16.3 kB nicolo-ribaudo
npm/@babel/plugin-proposal-unicode-property-regex@7.18.6 None 0 3.48 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-properties@7.12.13 None 0 2.68 kB nicolo-ribaudo
npm/@babel/plugin-syntax-flow@7.17.12 None 0 3.09 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-assertions@7.24.1 None 0 3.65 kB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.12.1 None 0 2.53 kB nicolo-ribaudo
npm/@babel/plugin-syntax-object-rest-spread@7.8.3 None 0 2.53 kB nicolo-ribaudo
npm/@babel/plugin-transform-arrow-functions@7.24.1 None 0 5.55 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-to-generator@7.24.1 None 0 7.97 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoped-functions@7.24.1 None 0 6.55 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoping@7.24.5 None 0 155 kB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.24.5 None 0 160 kB nicolo-ribaudo
npm/@babel/plugin-transform-computed-properties@7.24.1 None 0 22.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-destructuring@7.24.5 None 0 148 kB nicolo-ribaudo
npm/@babel/plugin-transform-dotall-regex@7.24.1 None +3 100 kB nicolo-ribaudo
npm/@babel/plugin-transform-duplicate-keys@7.24.1 None 0 9.11 kB nicolo-ribaudo
npm/@babel/plugin-transform-exponentiation-operator@7.24.1 None 0 4.95 kB nicolo-ribaudo
npm/@babel/plugin-transform-for-of@7.24.1 None 0 44.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-function-name@7.24.1 None 0 6.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-literals@7.24.1 None 0 4.63 kB nicolo-ribaudo
npm/@babel/plugin-transform-member-expression-literals@7.24.1 None 0 4.94 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-amd@7.24.1 None 0 20.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.24.1 None 0 42.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-systemjs@7.24.1 None 0 65.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-umd@7.24.1 None 0 25.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-named-capturing-groups-regex@7.22.5 None +1 20.3 kB nicolo-ribaudo
npm/@babel/plugin-transform-new-target@7.24.1 None 0 10.3 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-super@7.24.1 None 0 9.23 kB nicolo-ribaudo
npm/@babel/plugin-transform-parameters@7.20.7 None 0 64.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-property-literals@7.24.1 None 0 4.72 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-display-name@7.24.1 None 0 12.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-development@7.22.5 None 0 2.98 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx@7.23.4 None +1 84.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-pure-annotations@7.24.1 None 0 8.34 kB nicolo-ribaudo
npm/@babel/plugin-transform-regenerator@7.24.1 None 0 6.82 kB nicolo-ribaudo
npm/@babel/plugin-transform-reserved-words@7.24.1 None 0 4.28 kB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.24.3 unsafe 0 37.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-shorthand-properties@7.24.1 None 0 7.11 kB nicolo-ribaudo
npm/@babel/plugin-transform-spread@7.24.1 None 0 21.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-sticky-regex@7.24.1 None 0 4.64 kB nicolo-ribaudo
npm/@babel/plugin-transform-template-literals@7.24.1 None 0 15.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-typeof-symbol@7.24.5 None 0 76.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-escapes@7.24.1 None 0 13.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-regex@7.24.1 None +1 19.3 kB nicolo-ribaudo
npm/@babel/preset-env@7.24.5 environment, filesystem +39 1.61 MB nicolo-ribaudo
npm/@babel/preset-modules@0.1.6-no-external-plugins None 0 38.6 kB nicolo-ribaudo
npm/@babel/preset-react@7.24.1 None 0 12.2 kB nicolo-ribaudo
npm/@babel/runtime@7.12.5 None 0 113 kB nicolo-ribaudo
npm/@babel/template@7.24.0 None 0 68.9 kB nicolo-ribaudo
npm/@babel/traverse@7.24.5 None 0 618 kB nicolo-ribaudo
npm/@babel/types@7.24.5 environment 0 2.41 MB nicolo-ribaudo
npm/@emotion/core@11.0.0 environment 0 17.1 kB emotion-release-bot
npm/@graphql-tools/utils@9.1.3 None 0 493 kB ardatan
npm/@hapi/topo@3.1.6 None +1 59.8 kB hueniverse
npm/@jbolda/gatsby-theme-articles@0.4.6 Transitive: environment, eval, filesystem, network, unsafe +76 22.8 MB jbolda
npm/@jbolda/gatsby-theme-homepage@0.3.3 Transitive: environment, eval, filesystem, network, unsafe +44 5.11 MB jbolda
npm/@jbolda/gatsby-theme-layout@0.3.5 Transitive: environment, eval, filesystem, network, unsafe +50 11 MB jbolda
npm/@jridgewell/gen-mapping@0.1.1 None +1 86.9 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/set-array@1.2.1 None 0 17.9 kB jridgewell
npm/@jridgewell/source-map@0.3.6 None 0 177 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.13 None +1 134 kB jridgewell
npm/@lezer/common@0.15.12 None 0 155 kB marijn
npm/@mdx-js/mdx@3.0.1 Transitive: filesystem, network +16 825 kB wooorm
npm/@mdx-js/react@3.0.1 None +1 22.8 kB wooorm
npm/@nodelib/fs.scandir@2.1.5 filesystem 0 22.2 kB mrmlnc
npm/@nodelib/fs.stat@2.0.5 filesystem 0 11.8 kB mrmlnc
npm/@nodelib/fs.walk@1.2.8 None 0 26.4 kB mrmlnc
npm/@sideway/address@4.1.5 None +1 107 kB marsup
npm/@types/estree@1.0.1 None 0 25.7 kB types
npm/@types/glob@5.0.36 None +2 17.9 kB types
npm/@types/http-proxy@1.17.14 None 0 14.4 kB types
npm/@types/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/react@18.3.2 None +1 443 kB types
npm/@types/responselike@1.0.0 None 0 3.62 kB types
npm/@types/unist@2.0.3 None 0 5.23 kB types
npm/@ungap/structured-clone@1.2.0 None 0 26.2 kB webreflection
npm/@webassemblyjs/ast@1.11.6 None +5 341 kB xtuc
npm/@webassemblyjs/wasm-parser@1.11.6 None +7 329 kB xtuc
npm/accepts@1.3.7 None 0 16.6 kB dougwilson
npm/acorn-jsx@5.3.2 None 0 24.4 kB rreverser
npm/address@1.1.2 environment, filesystem, shell 0 13.4 kB fengmk2
npm/ajv-keywords@3.5.2 Transitive: eval +1 990 kB esp
npm/anser@2.1.1 None 0 48.9 kB ionicabizau
npm/ansi-styles@4.2.0 None +1 21.7 kB sindresorhus
npm/aria-query@5.3.0 None +1 206 kB jessebeach
npm/array-includes@3.1.8 None 0 26.3 kB ljharb
npm/array.prototype.flat@1.3.2 None 0 18.7 kB ljharb
npm/array.prototype.flatmap@1.3.2 None 0 19.1 kB ljharb
npm/array.prototype.tosorted@1.1.3 None 0 19.7 kB ljharb
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/async@3.2.5 None 0 808 kB aearly
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@=4.7.0 None 0 2.18 MB dqlabs, dylanb, npmdeque, ...1 more
npm/axobject-query@3.2.1 None 0 116 kB jessebeach
npm/babel-loader@8.3.0 filesystem +2 136 kB nicolo-ribaudo
npm/babel-plugin-polyfill-corejs2@0.4.11 None 0 81.5 kB nicolo-ribaudo
npm/babel-plugin-polyfill-corejs3@0.10.4 None 0 207 kB nicolo-ribaudo
npm/babel-plugin-polyfill-regenerator@0.6.2 None 0 9.74 kB nicolo-ribaudo
npm/babel-preset-gatsby@3.13.2 environment Transitive: filesystem, network +12 1.12 MB pieh
npm/base64id@2.0.0 None 0 4.69 kB darrachequesne
npm/better-opn@2.1.1 environment, shell 0 251 kB exiasr
npm/braces@3.0.2 None 0 49.2 kB doowb
npm/browserslist@4.23.0 environment, filesystem 0 62.8 kB ai
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/caniuse-lite@1.0.30001618 None 0 2.05 MB caniuse-lite

🚮 Removed packages: npm/color-name@1.1.3, npm/css-what@6.1.0, npm/escape-string-regexp@1.0.5, npm/estraverse@5.3.0, npm/fs-monkey@1.0.3, npm/functions-have-names@1.2.3, npm/gatsby-plugin-theme-ui@0.16.2, npm/has-bigints@1.0.2, npm/has-symbols@1.0.3, npm/inherits@2.0.4, npm/is-docker@2.2.1, npm/js-tokens@4.0.0, npm/lodash.uniq@4.5.0, npm/lodash@4.17.21, npm/mdn-data@2.0.14, npm/merge2@1.4.1, npm/mime-db@1.42.0, npm/ms@2.1.2, npm/neo-async@2.6.2, npm/normalize-path@3.0.0, npm/object-assign@4.1.1, npm/object-keys@1.1.1, npm/parseurl@1.3.3, npm/path-parse@1.0.7, npm/pretty-bytes@5.6.0, npm/range-parser@1.2.1, npm/react-is@16.13.1, npm/regenerate@1.4.2, npm/regenerator-runtime@0.13.5, npm/regexpp@3.2.0, npm/reusify@1.0.4, npm/safe-buffer@5.1.2, npm/strip-json-comments@3.1.1, npm/tslib@1.10.0, npm/type-fest@0.8.1, npm/unicode-canonical-property-names-ecmascript@2.0.0, npm/unpipe@1.0.0, npm/util-deprecate@1.0.2, npm/vary@1.1.2, npm/yaml@1.10.2

View full report↗︎

socket-security[bot] commented 1 month ago

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/gatsby@2.32.13
  • Install script: postinstall
  • Source: node scripts/postinstall.js

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/gatsby@2.32.13