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

wiremock-rest-client

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiremock-rest-client - npm Package Compare versions

Comparing version 1.7.1 to 1.8.0

4

dist/util/http.util.js

@@ -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",

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