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.0 to 1.4.1

2

lib/Test.js

@@ -81,5 +81,3 @@ "use strict";

size: url.size,
agent: url.agent,
follow: url.follow,
counter: url.counter,
});

@@ -86,0 +84,0 @@ result = nodeFetch.default(request, init);

10

package.json
{
"name": "supertest-fetch",
"version": "1.4.0",
"version": "1.4.1",
"description": "Supertest with WHATWG fetch like interface.",

@@ -18,6 +18,5 @@ "main": "lib/index.js",

"precommit:unittest": "tsc -p test && mocha --reporter progress 'test/**/*.@(ts|js)'",
"lint": "npm run lint:source && npm run lint:markdown && npm run lint:tests",
"lint": "npm run lint:source && npm run lint:tests",
"lint:source": "tslint -c tslint.json -t stylish 'src/**/*.ts'",
"lint:tests": "tslint -c test/tslint.json -t stylish 'test/**/*.ts'",
"lint:markdown": "markdownlint src/**/*.md *.md",
"prepare": "npm run build",

@@ -61,3 +60,3 @@ "prepublishOnly": "npm run build && npm test",

"@types/mocha": "^5.2.6",
"@types/node": "^11.13.0",
"@types/node": "^12.0.0",
"chai": "^4.2.0",

@@ -67,5 +66,4 @@ "chai-as-promised": "^7.1.1",

"express": "^4.16.4",
"husky": "^1.3.1",
"husky": "^2.4.0",
"lint-staged": "^8.1.4",
"markdownlint-cli": "^0.15.0",
"mocha": "^6.1.4",

@@ -72,0 +70,0 @@ "nyc": "^14.0.0",

@@ -7,3 +7,2 @@ # supertest-fetch

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Greenkeeper badge](https://badges.greenkeeper.io/jwalton/node-supertest-fetch.svg)](https://greenkeeper.io/)

@@ -10,0 +9,0 @@ A typescript friendly alternative to Supertest, backed by node-fetch

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