
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
NCMP is a simple tool which allows you to perform some postprocessing after npm installs or updates. It is mainly designed for usage in client infrastructures. So if you use npm as your main client package manager.
npm install ncmp
One of the goals of this project is to provide a modular as possible tool for npm postprocessing in web client infrastructures. The developers should have full control about all steps at any time.
You have to create a ncmp.json configuration file in the root folder of your project:
{
"packages": {
"jquery": ["dist/jquery.js", "dist/jquery.min.js"],
"aurelia-framework": "dist/amd/aurelia-framework.js",
"aurelia-templating": "dist/amd/aurelia-templating.js"
},
"plugins": []
}
In the "plugins" array you can define a set of plugins (in their execution order) which can do more specific postprocessing.
There are some requirements for new plugins:
ncmp-XXX-plugin. Where XXX is the string for the
"plugins" config section.runPlugin(chain). The chain has to be returned.ncmp as a peerDependency. The config variable is exported.MIT
FAQs
NPM client modules postprocessor
We found that ncmp 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 compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.