Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
backbone-1.1.x
Advanced tools
A package that exports `backbone@1.1.x`, to allow including multiple versions of Backbone in an app via NPM.
A package that exports backbone@1.1.x
, to allow including multiple versions
of Backbone in an app via NPM.
Yep! It sure is. But, NPM doesn't by default allow including multiple versions
of Backbone in the same project, for example, 0.9.10
and 1.1.2
. This is a
terrible hack that makes this possible, by allowing this in a Node program or
Browserify bundle. Let's say your package.json
's dependencies
field contains this:
"backbone": "0.9.10",
"backbone-1.1.x": "0.1.0",
Now, in the part of your app that needs backbone@0.9.10
:
var Backbone = require('backbone');
And in the part of your app that needs backbone@1.1.2
:
var Backbone = require('backbone-1.1.x');
FAQs
A package that exports `backbone@1.1.x`, to allow including multiple versions of Backbone in an app via NPM.
We found that backbone-1.1.x 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 threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.