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

swagger-mock-parser

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-mock-parser - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

dist/Parsers/ObjectParser.js

@@ -48,3 +48,3 @@ 'use strict';

for (var k in schema) {
ret[k] = this.parser.parse(schema[k]);
ret[k] = setImmediate(this.parser.parse(schema[k]));
}

@@ -51,0 +51,0 @@

{
"name": "swagger-mock-parser",
"version": "1.1.8",
"version": "1.1.9",
"description": "use chance.js to parse definition schema to mock data",

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

@@ -23,3 +23,3 @@ import Chance from 'chance';

for (let k in schema) {
ret[k] = this.parser.parse(schema[k]);
ret[k] = setImmediate(this.parser.parse(schema[k]));
}

@@ -26,0 +26,0 @@

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