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

supertest-fetch

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supertest-fetch - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

lib/index.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.makeFetch = exports.fetch = exports.Test = void 0;
exports.makeFetch = exports.fetch = exports.Test = exports.Response = exports.Request = exports.Headers = exports.Body = void 0;
var http_1 = require("http");

@@ -9,0 +9,0 @@ var Server_1 = __importDefault(require("./Server"));

@@ -17,3 +17,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -20,0 +20,0 @@ return result;

{
"name": "supertest-fetch",
"version": "1.4.2",
"version": "1.4.3",
"description": "Supertest with WHATWG fetch like interface.",

@@ -69,11 +69,11 @@ "main": "lib/index.js",

"prettier": "^2.0.1",
"pretty-quick": "^2.0.0",
"pretty-quick": "^3.0.0",
"semantic-release": "^17.0.0",
"ts-node": "^8.0.3",
"ts-node": "^9.0.0",
"tslint": "^6.0.0",
"typescript": "^3.4.1",
"typescript": "^4.0.2",
"validate-commit-msg": "^2.14.0"
},
"dependencies": {
"@types/express": "^4.16.1",
"@types/express": "^4.17.7",
"@types/node-fetch": "^2.3.1",

@@ -80,0 +80,0 @@ "node-fetch": "^2.3.0"

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