fixtures-generator
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
2
58883
40
403
- Removed@babel/polyfill@^7.2.5
- Removedchai@^4.1.2
- Removedmocha@^5.2.0
- Removed@babel/polyfill@7.12.1(transitive)
- Removedassertion-error@1.1.0(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbrowser-stdout@1.3.1(transitive)
- Removedchai@4.5.0(transitive)
- Removedcheck-error@1.0.3(transitive)
- Removedcommander@2.15.1(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcore-js@2.6.12(transitive)
- Removeddebug@3.1.0(transitive)
- Removeddeep-eql@4.1.4(transitive)
- Removeddiff@3.5.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedget-func-name@2.0.2(transitive)
- Removedglob@7.1.2(transitive)
- Removedgrowl@1.10.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedhe@1.1.1(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedloupe@2.3.7(transitive)
- Removedminimatch@3.0.4(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.5.1(transitive)
- Removedmocha@5.2.0(transitive)
- Removedms@2.0.0(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpathval@1.1.1(transitive)
- Removedregenerator-runtime@0.13.11(transitive)
- Removedsupports-color@5.4.0(transitive)
- Removedtype-detect@4.1.0(transitive)
- Removedwrappy@1.0.2(transitive)