Socket
Socket
Sign inDemoInstall

@mocks-server/core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mocks-server/core - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

5

CHANGELOG.md

@@ -29,2 +29,7 @@ # Change Log

## [1.5.1] - 2020-10-27
### Fixed
- fix(options): Call to new commander option to avoid conflicts in plugins options since new commander version
## [1.5.0] - 2020-10-26

@@ -31,0 +36,0 @@

2

package.json
{
"name": "@mocks-server/core",
"version": "1.5.0",
"version": "1.5.1",
"description": "Pluggable mock server supporting multiple api behaviors",

@@ -5,0 +5,0 @@ "keywords": [

@@ -17,2 +17,3 @@ /*

const commander = require("commander");
commander.storeOptionsAsProperties(true);

@@ -19,0 +20,0 @@ class CommandLineArguments {

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