Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
ESMTK, essential tools and libs for ES module development
Lint uses StandardJS to lint the source
esmtk lint [--fix]
--fix
- automatically fix problemsesmtk lint
Bundle uses ESBuild to compile an ES module (and its deps) into a bundle
esmtk bundle [input] [output]
[input]
- the input source file path[output]
- the output bundle file pathesmtk bundle src/sample.js bundle.js
Minify uses ESBuild to compile an ES module (and its deps) into a minified bundle
esmtk minify [input] [output]
[input]
- the input source file path[output]
- the output bundle file pathesmtk minify src/sample.js bundle.min.js
CommonJS uses ESBuild to compile an ES module (and its deps) into a CommonJS bundle
esmtk commonjs [input] [output]
[input]
- the input source file path[output]
- the output bundle file pathesmtk commonjs src/sample.js bundle.cjs
Copy us a cross-platform clone of the cp
command in Linux
esmtk cp -rf [source] [destination]
[source]
- the source file/glob[destination]
- the destination file/directory-r, --recursive
- copy files/directories recursively-f --force
- force overwrite existing filesesmtk cp src/* dest/
FAQs
ES Module Toolkit
We found that esmtk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.