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

basho

Package Overview
Dependencies
Maintainers
0
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basho - npm Package Compare versions

Comparing version
8.0.6
to
8.0.7
+6
-6
package.json
{
"name": "basho",
"version": "8.0.6",
"version": "8.0.7",
"main": "dist/index.js",

@@ -20,14 +20,14 @@ "type": "module",

"dependencies": {
"basho-eval": "^8.0.6"
"basho-eval": "^8.0.7"
},
"devDependencies": {
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/should": "^13.0.0",
"mocha": "^10.8.2",
"mocha": "^11.7.1",
"rimraf": "^6.0.1",
"should": "^13.2.3",
"typescript": "^5.6.3"
"typescript": "^5.8.3"
},
"license": "MIT"
}