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

fixtures-generator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixtures-generator - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

17

package.json
{
"name": "fixtures-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Creates random fixtures and validate them. Useful when writing tests.",
"main": "dist/Generator.js",
"main": "lib/Generator.js",
"scripts": {
"test": "mocha test --recursive",
"build": "npx babel lib --out-dir dist"
"test": "mocha test --recursive"
},

@@ -21,15 +20,11 @@ "repository": {

"dependencies": {
"@babel/polyfill": "^7.2.5",
"bson-objectid": "^1.2.3",
"chai": "^4.1.2",
"json-schema-faker": "https://github.com/voxfeed/json-schema-faker#bugfix-min-items",
"jsonschema": "^1.2.4",
"lodash": "^4.17.10",
"mocha": "^5.2.0"
"lodash": "^4.17.10"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4"
"chai": "^4.2.0",
"mocha": "^7.0.1"
}
}

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