Open naugtur opened 6 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
đźš® Removed packages: npm/@amplitude/analytics-connector@1.4.5, npm/@babel/helper-plugin-utils@7.19.0, npm/@babel/plugin-syntax-jsx@7.18.6, npm/@discoveryjs/json-ext@0.5.7, npm/@jridgewell/source-map@0.3.6, npm/@npmcli/fs@2.1.2, npm/@npmcli/move-file@2.0.1, npm/@types/cacheable-request@6.0.2, npm/@types/json-buffer@3.0.0, npm/@types/keyv@4.2.0, npm/@types/responselike@3.0.0, npm/@webassemblyjs/floating-point-hex-parser@1.11.6, npm/@webassemblyjs/helper-api-error@1.11.6, npm/@webassemblyjs/helper-buffer@1.12.1, npm/@webassemblyjs/helper-wasm-bytecode@1.11.6, npm/@webassemblyjs/helper-wasm-section@1.12.1, npm/@webassemblyjs/ieee754@1.11.6, npm/@webassemblyjs/leb128@1.11.6, npm/@webassemblyjs/utf8@1.11.6, npm/@webassemblyjs/wasm-gen@1.12.1, npm/@webassemblyjs/wasm-opt@1.12.1, npm/@webassemblyjs/wast-printer@1.12.1, npm/@webpack-cli/configtest@1.2.0, npm/@webpack-cli/info@1.5.0, npm/@webpack-cli/serve@1.7.0, npm/abbrev@1.1.1, npm/agent-base@6.0.2, npm/agentkeepalive@4.2.1, npm/are-we-there-yet@3.0.1, npm/async@3.2.5, npm/buffer-crc32@0.2.13, npm/clone-deep@4.0.1, npm/envinfo@7.12.0, npm/fastest-levenshtein@1.0.16, npm/fd-slicer@1.1.0, npm/flat@5.0.2, npm/humanize-ms@1.2.1, npm/immediate@3.0.6, npm/import-local@3.1.0, npm/interpret@2.2.0, npm/is-bigint@1.0.4, npm/is-boolean-object@1.1.2, npm/is-number-object@1.0.7, npm/is-plain-object@2.0.4, npm/jest-worker@27.5.1, npm/jszip@3.10.1, npm/lie@3.3.0, npm/pend@1.2.0, npm/pkg-dir@4.2.0, npm/rechoir@0.7.1, npm/resolve-cwd@3.0.0, npm/rev-hash@3.0.0, npm/shallow-clone@3.0.1, npm/terser@5.30.3, npm/tr46@0.0.3, npm/webidl-conversions@3.0.1, npm/wildcard@2.0.1, npm/xmlbuilder@11.0.1
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎
This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.
Ignoring: npm/@lavamoat/preinstall-always-fail@2.0.0
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.
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.
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/@lavamoat/preinstall-always-fail@2.0.0 it's the whole point of the package
Hey, thanks for the PR and apologies for the lack of reply. I looked into the points in your TODOs. As far as I can tell, we should be able to set web-ext>bunyan>dtrace-provider
to false
.
Re: esbuild, tsx does need esbuild to function, and from what I can see, I don't think we can disable scripts for esbuild. However, we currently only have tsx installed as a devDependency to run some of the TS scripts in the scripts/
directory. e.g. yarn tsx scripts/get-signature.tsx ...
. So that means we could also remove tsx
from the devDependencies and install it globally instead, if you think that'd be a safer option.
TODO:
web-ext>bunyan>dtrace-provider
is needed