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.2.1 to 1.2.2

dist/model/index.d.ts

0

dist/client/index.d.ts
export * from './WireMockRestClient';

@@ -0,0 +0,0 @@ "use strict";

10

dist/client/WireMockRestClient.d.ts

@@ -9,7 +9,7 @@ import { MappingService } from '../service/MappingService';

constructor(baseUri: string);
readonly mappings: MappingService;
readonly requests: RequestService;
readonly recordings: RecordingService;
readonly scenarios: ScenarioService;
readonly global: GlobalService;
get mappings(): MappingService;
get requests(): RequestService;
get recordings(): RecordingService;
get scenarios(): ScenarioService;
get global(): GlobalService;
}

@@ -0,0 +0,0 @@ "use strict";

export * from './client';
export * from './service';
export * from './util';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DelayDistribution } from './DelayDistribution';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { DelayDefinition } from '../model/DelayDefinition';

@@ -0,0 +0,0 @@ "use strict";

export * from './MappingService';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ContentPattern } from '../model/ContentPattern';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RecordSpec } from '../model/RecordSpec';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ContentPattern } from '../model/ContentPattern';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Scenario } from '../model/Scenario';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class FileUtil {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class HttpUtil {

@@ -0,0 +0,0 @@ "use strict";

export * from './FileUtil';
export * from './HttpUtil';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ MIT License

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

@@ -37,18 +37,18 @@ "main": "dist/index.js",

"https-proxy-agent": "^4.0.0",
"loglevel": "^1.6.6",
"loglevel": "^1.6.7",
"node-fetch": "^2.6.0",
"uuid": "^3.3.3"
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/node": "^12.11.7",
"@types/node-fetch": "^2.5.2",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"dtsgenerator": "^2.3.1",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"@types/node": "^12.12.30",
"@types/node-fetch": "^2.5.5",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"dtsgenerator": "^2.5.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"typescript": "^3.6.4"
"eslint-plugin-import": "^2.20.1",
"typescript": "^3.8.3"
}
}

@@ -0,0 +0,0 @@ # WireMock REST Client

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