supertest-fetch
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -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); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19
51401
730
115