wiremock-rest-client
Advanced tools
Comparing version 1.7.1 to 1.8.0
@@ -16,3 +16,3 @@ "use strict"; | ||
exports.HttpUtil = void 0; | ||
const node_fetch_1 = __importDefault(require("node-fetch")); | ||
const cross_fetch_1 = __importDefault(require("cross-fetch")); | ||
const nanoid_1 = require("nanoid"); | ||
@@ -35,3 +35,3 @@ const https_proxy_agent_1 = __importDefault(require("https-proxy-agent")); | ||
} | ||
const response = yield node_fetch_1.default(uri, allOptions); | ||
const response = yield cross_fetch_1.default(uri, allOptions); | ||
return this.parseResponse(id, response); | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "wiremock-rest-client", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"description": "Lightweight REST client to interact with a running WireMock server", | ||
@@ -40,10 +40,9 @@ "main": "dist/index.js", | ||
"commander": "^6.1.0", | ||
"cross-fetch": "^3.1.4", | ||
"https-proxy-agent": "~4.0.0", | ||
"loglevel": "^1.7.0", | ||
"nanoid": "^3.1.12", | ||
"node-fetch": "^2.6.1" | ||
"nanoid": "^3.1.12" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.11.1", | ||
"@types/node-fetch": "^2.5.7", | ||
"@typescript-eslint/eslint-plugin": "^4.1.1", | ||
@@ -50,0 +49,0 @@ "@typescript-eslint/parser": "^4.1.1", |
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
8
58380
+ Addedcross-fetch@^3.1.4
+ Addedcross-fetch@3.1.8(transitive)
- Removednode-fetch@^2.6.1