Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Utility for mananging node development environments.
npm i nenv --save
var nenv = require('nenv')
, env = nenv();
// environment value fixed at creation time
console.log(env.value);
// get current value of environment
console.log(env.get());
// check environment is valid
console.log(env(env.TEST));
console.log(env(env.DEVEL));
console.log(env(env.STAGE));
console.log(env(env.PRODUCTION));
console.log(env('unknown'));
Run the test specifications:
npm test
Generate the project readme file (requires mdp):
npm run readme
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).
FAQs
Node development environment manager
The npm package nenv receives a total of 3 weekly downloads. As such, nenv popularity was classified as not popular.
We found that nenv demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.