Socket
Socket
Sign inDemoInstall

@stepzen/fetch

Package Overview
Dependencies
Maintainers
8
Versions
171
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.30.0-beta.7 to 0.30.0-beta.8

1

lib/index.js
"use strict";
// Copyright (c) StepZen Inc., an IBM Company 2020,2023.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +4,0 @@ const http = require("http");

11

package.json
{
"name": "@stepzen/fetch",
"description": "StepZen implementation of the fetch() API for NodeJS",
"version": "0.30.0-beta.7",
"version": "0.30.0-beta.8",
"author": "StepZen Ltd",

@@ -30,3 +30,4 @@ "license": "MIT",

"@types/debug": "^4.1.7",
"@types/mocha": "^9.1.1",
"@types/license-checker": "^25.0.3",
"@types/mocha": "^10.0.1",
"@types/node": "^14.18.36",

@@ -36,3 +37,5 @@ "@types/node-fetch": "^2.6.2",

"fancy-test": "^1.4.10",
"mocha": "^9.0.1",
"glob": "^10.2.5",
"license-checker": "^25.0.1",
"mocha": "^10.2.0",
"mock-fs": "^4.13.0",

@@ -43,3 +46,3 @@ "nyc": "^14.1.1",

},
"gitHead": "0a15b48bbb17fcf935a03b6e8aefd4f52e8f987f"
"gitHead": "3c07e8c1948ab2179aa8464efe5c1076e622247d"
}

@@ -0,1 +1,3 @@

// Copyright (c) StepZen Inc., an IBM Company 2020,2023.
import * as http from 'http'

@@ -2,0 +4,0 @@ import * as https from 'https'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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