
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
environment management for moh
type, process key, default value, and descriptionsprocess values to env configed values to default values# with yarn
$ yarn add moh-env --save
# with npm
$ npm install moh-env --save
env int he root of the projectdefault.yml, development.yml, test.yml, staging.yml, production.ymldefault.yml should be like below, to config the value type, env variable name, default value, and description# type supprot: 'string', 'number', 'Boolean', 'Date', null/~
# type, env key, default value, description
serverFoo:
host: ['string', 'SERVER_FOO_HOST', 'http://ole3021.me:3021','The host of server foo, eg: http://foo.com/3322']
port: ['string', 'SERVER_FOO_PORT', ~, 'The prot of server foo, eg: 3021']
serverBar:
host: ['string', 'SERVER_BAR_HOST', ~, 'The host of server bar, eg: http://foo.com/3322 [required]']
development.yml like belowserverBar:
host: http://ole3021.me
port: 3021
const envs = require('moh-env').init()
const host = envs.serverBar.host
{
serverFoo: {
host: 'http://ole3021.me:3021'
port: 3021
},
serverBar: {
host: 'http://ole3021.me'
}
}
FAQs
Environment management plugin
We found that moh-env 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.