
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@architect/arc-plugin-node-prune
Advanced tools
Architect serverless framework plugin that runs node-prune on functions prior to deployment
@architect/arc-plugin-node-prune
Node.js-specific Architect plugin based on
node-prune
that cleansnode_modules
cruft from your Functions during deployment
Pruning your node_modules
tree(s) has some inherent risks. While we have found it to be stable and reliable, the packages your project uses may provide different results.
For example: while unlikely, a package that includes and makes use of a file with a commonly .npmignore
d filename may be impacted by this pruner. For a list of files and folders that are pruned, please review the script.
Run: npm i @architect/arc-plugin-node-prune
Then add the following to your Architect project file (usually .arc
):
@plugins
architect/arc-plugin-node-prune
Note, no
@
in the plugin name!
npx deploy
) and watch the filesizes drop 📉In practice, we have seen average filesize and file count reductions of about 25-30% across the board. That's a meaningful number for cloud functions!
If for whatever reason you need to disable the plugin, simply comment it out in (or remove it from) your Architect project file:
@plugins
# architect/arc-plugin-node-prune
src/shared
and src/views
into all Functions' node_modules
dirs by default.
src/shared
and src/views
will not be pruned.[1.0.0 - 1.0.1] 2019-02-03
@architect/[shared|views]
, which are Architect's shared code paths copied into Functions' node_modules
FAQs
Architect serverless framework plugin that runs node-prune on functions prior to deployment
The npm package @architect/arc-plugin-node-prune receives a total of 9 weekly downloads. As such, @architect/arc-plugin-node-prune popularity was classified as not popular.
We found that @architect/arc-plugin-node-prune demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.