Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stepzen/fetch

Package Overview
Dependencies
Maintainers
0
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stepzen/fetch - npm Package Compare versions

Comparing version 0.45.0-experimental.32a4304 to 0.45.0-experimental.5b435ce

21

package.json
{
"name": "@stepzen/fetch",
"description": "StepZen implementation of the fetch() API for NodeJS",
"version": "0.45.0-experimental.32a4304",
"version": "0.45.0-experimental.5b435ce",
"author": "StepZen Ltd",

@@ -15,8 +15,7 @@ "license": "MIT",

"engines": {
"node": ">=14.0.1",
"npm": ">=6.14"
"node": ">=18.0"
},
"scripts": {
"clean": "rm -rf lib tsconfig.tsbuildinfo",
"build": "../../node_modules/.bin/tsc -b",
"build": "tsc -b",
"test": "npm run build && nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",

@@ -34,4 +33,3 @@ "test:single": "npm run build && mocha",

"@types/license-checker": "^25.0.3",
"@types/mocha": "^10.0.1",
"@types/node": "^14.18.36",
"@types/mocha": "^10.0.9",
"@types/node-fetch": "^2.6.2",

@@ -42,9 +40,14 @@ "chai": "^4.3.10",

"license-checker": "^25.0.1",
"mocha": "^10.2.0",
"mocha": "^10.8.2",
"mock-fs": "^4.13.0",
"nyc": "^15.1.0",
"prettier": "^2.8.3",
"ts-node": "^10.8.2"
"ts-node": "^10.9.2",
"typescript": ">=5 <5.4"
},
"gitHead": "32a43047da221d51d7680e769ed11f766dcaaba5"
"overrides": {
"--comment--": "workaround for CVE-2024-21538",
"cross-spawn": "^7.0.6"
},
"gitHead": "5b435ce621ffa5faca211f246bdd4c548ea6fad8"
}

Sorry, the diff of this file is not supported yet

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