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.6.0 to 1.7.0

15

dist/client/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./wiremock-rest.client"));
__exportStar(require("./wiremock-rest.client"), exports);

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.WireMockRestClient = void 0;
const loglevel_1 = __importDefault(require("loglevel"));

@@ -8,0 +9,0 @@ const url_1 = require("url");

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./client"));
__export(require("./service"));
__export(require("./util"));
__exportStar(require("./client"), exports);
__exportStar(require("./service"), exports);
__exportStar(require("./util"), exports);
/**
* This file was automatically generated. DO NOT MODIFY IT BY HAND.
*/
export declare type ContentPattern = StringEquals | StringContains | RegularExpressionMatch | NegativeRegularExpressionMatch | JSONEquals | JSONPathMatch | XMLEquality | XPathMatch;
export interface StringEquals {

@@ -46,1 +45,2 @@ equalTo: boolean;

}
export declare type ContentPattern = StringEquals | StringContains | RegularExpressionMatch | NegativeRegularExpressionMatch | JSONEquals | JSONPathMatch | XMLEquality | XPathMatch;

@@ -5,3 +5,2 @@ import { DelayDistribution } from './delay-distribution.model';

*/
export declare type DelayDefinition = FixedDelay | DelayDistribution;
/**

@@ -13,1 +12,2 @@ * Fixed delay

}
export declare type DelayDefinition = FixedDelay | DelayDistribution;
/**
* This file was automatically generated. DO NOT MODIFY IT BY HAND.
*/
export declare type DelayDistribution = LogNormal | Uniform;
/**

@@ -23,1 +22,2 @@ * Log normal randomly distributed response delay.

}
export declare type DelayDistribution = LogNormal | Uniform;

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobalService = void 0;
const url_1 = require("url");

@@ -14,0 +15,0 @@ const http_util_1 = require("../util/http.util");

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./mapping.service"));
__exportStar(require("./mapping.service"), exports);

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.MappingService = void 0;
const url_1 = require("url");

@@ -14,0 +15,0 @@ const http_util_1 = require("../util/http.util");

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.RecordingService = void 0;
const url_1 = require("url");

@@ -14,0 +15,0 @@ const http_util_1 = require("../util/http.util");

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.RequestService = void 0;
const url_1 = require("url");

@@ -14,0 +15,0 @@ const http_util_1 = require("../util/http.util");

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ScenarioService = void 0;
const url_1 = require("url");

@@ -14,0 +15,0 @@ const http_util_1 = require("../util/http.util");

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileUtil = void 0;
const fs = __importStar(require("fs"));

@@ -11,0 +24,0 @@ const path = __importStar(require("path"));

@@ -15,2 +15,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpUtil = void 0;
const node_fetch_1 = __importDefault(require("node-fetch"));

@@ -17,0 +18,0 @@ const nanoid_1 = require("nanoid");

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./file.util"));
__export(require("./http.util"));
__exportStar(require("./file.util"), exports);
__exportStar(require("./http.util"), exports);

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.LogUtil = void 0;
const loglevel_1 = __importDefault(require("loglevel"));

@@ -8,0 +9,0 @@ const logger = loglevel_1.default.getLogger('wiremock-rest-client');

{
"name": "wiremock-rest-client",
"version": "1.6.0",
"version": "1.7.0",
"description": "Lightweight REST client to interact with a running WireMock server",

@@ -39,19 +39,19 @@ "main": "dist/index.js",

"dependencies": {
"commander": "^5.1.0",
"https-proxy-agent": "^4.0.0",
"loglevel": "^1.6.8",
"nanoid": "^3.1.4",
"node-fetch": "^2.6.0"
"commander": "^6.1.0",
"https-proxy-agent": "~4.0.0",
"loglevel": "^1.7.0",
"nanoid": "^3.1.12",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node": "^13.13.4",
"@types/node": "^14.11.1",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.2",
"typescript": "^3.8.3"
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"typescript": "^4.0.2"
}
}
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