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

open-api-mocker

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-api-mocker - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [1.4.2] - 2021-01-26
### Fixed
- Fixed exclusiveMinimum and exclusiveMaximum validation
## [1.4.1] - 2020-10-01

@@ -11,0 +15,0 @@ ### Fixed

4

lib/components/schemas/structs.js

@@ -14,5 +14,5 @@ 'use strict';

maximum: 'number?',
exclusiveMaximum: 'number?',
exclusiveMaximum: 'boolean?',
minimum: 'number?',
exclusiveMinimum: 'number?',
exclusiveMinimum: 'boolean?',
maxLength: 'number?',

@@ -19,0 +19,0 @@ minLength: 'number?',

{
"name": "open-api-mocker",
"version": "1.4.1",
"version": "1.4.2",
"description": "A mock server based in Open API Specification",

@@ -5,0 +5,0 @@ "main": "lib/open-api-mocker.js",

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