
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.
Yet another broken link checker.
$ npm install --save brkn
const brkn = require('brkn');
// execute the function
brkn(['https://your.website.here/somepage.html'], ['href'], 'https://your.website.here', {verbose: false});
// then listen for the 'end' event
brkn.events.on('end', function(brokenUrls) {
console.log('Broken URLs:', brokenUrls);
//=> 'Broken URLs: [...]'
});
Emits an end event (type: Array) with the inaccessible URLs found in sources.
Will emit error event (type: String) on URL/File parsing errors.
Type: Array
An array with the target web page(s) or file(s).
Type: Array
An array with the HTML attributes that brkn should scan.
Type: String
The hostname (with protocol) to which the relative URLs will resolve to.
Type: Boolean
If true, brkn will emit two additional events:
item
ObjectBooleanStringIntegerStringsource
ObjectStringArrayMIT © Gabriel Mangiurea
FAQs
Yet another broken link checker
The npm package brkn receives a total of 6 weekly downloads. As such, brkn popularity was classified as not popular.
We found that brkn 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.