
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.
@wisersolutions/package-seed
Advanced tools
Default setup for a JavaScript library package
Create a new folder where you want to start a new package or check out a new, empty repository. Run the following from that folder:
npx @wisersolutions/package-seed
This will seed the new package with the default setup. Package description should either be added
manually or using the -d
command-line option.
Note: The seed data expects the package to be hosted under the WiserSolutions
GitHub organization.
If that's not the case, make sure to replace all instances of that label in the seeded sources.
Install dependencies using:
npm install
After you modify sources, run the following (or set up your IDE to do it for you):
npm run format
npm run lint
npm test
and fix the errors, if there are any.
Publishing is done in two steps:
npm version <patch|minor|major>
git push --follow-tags
npm publish --access public
FAQs
Default setup for a JavaScript library package
We found that @wisersolutions/package-seed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.