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.0.3 to 1.0.4

2

dist/Parser.js

@@ -49,2 +49,4 @@ 'use strict';

require("babel-polyfill");
var chance = new _chance2['default']();

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

3

package.json
{
"name": "swagger-mock-parser",
"version": "1.0.3",
"version": "1.0.4",
"description": "use chance.js to parse definition schema to mock data",

@@ -25,2 +25,3 @@ "keywords": [

"dependencies": {
"babel-polyfill": "^6.9.1",
"babel-runtime": "^5.5.6",

@@ -27,0 +28,0 @@ "chance": "~0.7.5",

@@ -10,2 +10,3 @@ import StringParser from './Parsers/StringParser'

import Chance from 'chance';
import "babel-polyfill";
const chance = new Chance();

@@ -25,3 +26,3 @@

new DateParser(),
new BooleanParser(),
new BooleanParser()
]);

@@ -28,0 +29,0 @@ }

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