request-crypto
Advanced tools
Comparing version 1.7.14 to 1.7.15
{ | ||
"name": "request-crypto", | ||
"description": "axios with crypto callback", | ||
"version": "1.7.14", | ||
"version": "1.7.15", | ||
"main": "index.cjs.js", | ||
@@ -6,0 +6,0 @@ "module": "index.esm.js", |
{ | ||
"name": "request-crypto", | ||
"version": "1.7.14", | ||
"version": "1.7.15", | ||
"description": "axios with crypto callback", | ||
@@ -8,2 +8,10 @@ "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": "rimraf ./dist && rollup --bundleConfigAsCjs --config ./scripts/rollup/rollup.config.js", | ||
"build:dev": "npm run build -- --environment NODE_ENV:development", | ||
"prepare": "husky" | ||
}, | ||
"files": [ | ||
@@ -50,10 +58,3 @@ "package.json", | ||
"axios": "^1.7.0" | ||
}, | ||
"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": "rimraf ./dist && rollup --bundleConfigAsCjs --config ./scripts/rollup/rollup.config.js", | ||
"build:dev": "npm run build -- --environment NODE_ENV:development" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
104148
0