New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

request-crypto

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-crypto - npm Package Compare versions

Comparing version 1.7.14 to 1.7.15

2

dist/package.json
{
"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"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc