New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wiremock-mapper

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiremock-mapper - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

12

dist/lib/wiremock_service.js

@@ -161,4 +161,4 @@ "use strict";

get: function () {
var _a;
return "".concat(((_a = configuration_1.Configuration.baseUrl) === null || _a === void 0 ? void 0 : _a.pathname) || '', "/__admin/mappings/reset");
var _a, _b;
return "".concat(((_b = (_a = configuration_1.Configuration.baseUrl) === null || _a === void 0 ? void 0 : _a.pathname) === null || _b === void 0 ? void 0 : _b.replace(/\/$/, '')) || '', "/__admin/mappings/reset");
},

@@ -170,4 +170,4 @@ enumerable: false,

get: function () {
var _a;
return "".concat(((_a = configuration_1.Configuration.baseUrl) === null || _a === void 0 ? void 0 : _a.pathname) || '', "/__admin/mappings");
var _a, _b;
return "".concat(((_b = (_a = configuration_1.Configuration.baseUrl) === null || _a === void 0 ? void 0 : _a.pathname) === null || _b === void 0 ? void 0 : _b.replace(/\/$/, '')) || '', "/__admin/mappings");
},

@@ -179,4 +179,4 @@ enumerable: false,

get: function () {
var _a;
return "".concat(((_a = configuration_1.Configuration.baseUrl) === null || _a === void 0 ? void 0 : _a.pathname) || '', "/__admin/requests");
var _a, _b;
return "".concat(((_b = (_a = configuration_1.Configuration.baseUrl) === null || _a === void 0 ? void 0 : _a.pathname) === null || _b === void 0 ? void 0 : _b.replace(/\/$/, '')) || '', "/__admin/requests");
},

@@ -183,0 +183,0 @@ enumerable: false,

{
"name": "wiremock-mapper",
"version": "0.4.0",
"version": "0.5.0",
"description": "DSL for setting up WireMock mappings.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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