request-crypto
Advanced tools
Comparing version 1.7.19 to 1.7.20
{ | ||
"name": "request-crypto", | ||
"version": "1.7.19", | ||
"version": "1.7.20", | ||
"description": "axios with crypto callback", | ||
@@ -8,10 +8,3 @@ "main": "dist/index.cjs.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "node src/test/index.js", | ||
"lint": "eslint --ext .ts,.js,.tsx,.jsx ./packages", | ||
"fix": "eslint --ext .ts,.js,.tsx,.jsx --fix ./packages", | ||
"build:prod": "rimraf ./dist && rollup --bundleConfigAsCjs --config ./scripts/rollup/rollup.config.js && mv dist/package.json ./package.json", | ||
"build:dev": "npm run build -- --environment NODE_ENV:development", | ||
"preinstall": "husky" | ||
}, | ||
"scripts": {}, | ||
"files": [ | ||
@@ -51,6 +44,3 @@ "package.json", | ||
"dependencies": { | ||
"@types/md5": "^2.3.5", | ||
"buffer": "^6.0.3", | ||
"md5": "^2.3.0", | ||
"sm-crypto": "^0.3.13" | ||
"buffer": "^6.0.3" | ||
}, | ||
@@ -57,0 +47,0 @@ "peerDependencies": { |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
2
0
103510
- Removed@types/md5@^2.3.5
- Removedmd5@^2.3.0
- Removedsm-crypto@^0.3.13
- Removed@types/md5@2.3.5(transitive)
- Removedcharenc@0.0.2(transitive)
- Removedcrypt@0.0.2(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedjsbn@1.1.0(transitive)
- Removedmd5@2.3.0(transitive)
- Removedsm-crypto@0.3.13(transitive)