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

wiremock-standalone

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiremock-standalone - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

10

install.js

@@ -12,3 +12,11 @@ const axios = require('axios');

};
const mavenPath = 'com/github/tomakehurst';
let mavenPath = 'org/wiremock';
if (options.version) {
const major = options.version.substring(0, options.version.indexOf('.'));
if (major && Number(major) < 3) {
mavenPath = 'com/github/tomakehurst';
}
}
const name = options.jreVersion === 'jre8' ? 'wiremock-jre8-standalone' : 'wiremock-standalone';

@@ -15,0 +23,0 @@

2

package.json
{
"name": "wiremock-standalone",
"version": "3.1.2",
"version": "3.2.0",
"description": "WireMock standalone binary",

@@ -5,0 +5,0 @@ "repository": {

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