New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

bsdiffjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bsdiffjs - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+3
-3
package.json

@@ -8,3 +8,3 @@ {

},
"version": "1.0.1",
"version": "1.0.2",
"description": "A JavaScript interpretation of Colin Percival's BSDiff4, based on Ilan Schnell's bsdiff4. ",

@@ -24,3 +24,2 @@ "main": "bsdiff4.js",

"dependencies": {
"jest": "^29.5.0",
"snappyjs": "^0.7.0"

@@ -31,4 +30,5 @@ },

"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.21.4"
"@babel/preset-env": "^7.21.4",
"jest": "^29.5.0"
}
}