Comparing version 0.1.7 to 1.0.0-beta.0
{ | ||
"name": "mockaroo", | ||
"version": "0.1.7", | ||
"version": "1.0.0-beta.0", | ||
"description": "Generate data using the mockaroo.com API", | ||
"main": "lib/mockaroo.js", | ||
"main": "dist/mockaroo.js", | ||
"author": "Mark Brocato", | ||
@@ -14,16 +14,20 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"docs": "esdoc -c esdoc.json", | ||
"build": "esbuild src/* --platform=node --target=node18 --outdir=dist --format=cjs", | ||
"deploy": "edgio deploy --environment=production", | ||
"publish-to-npm": "cp package.json dist/package.json && cd dist && npm publish", | ||
"release": "yarn build && yarn docs && yarn publish-to-npm && yarn deploy" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.5.4", | ||
"core-js": "^0.9.13" | ||
"mockaroo": "^0.1.7" | ||
}, | ||
"devDependencies": { | ||
"@edgio/cli": "^7.0.17", | ||
"@edgio/core": "^7.0.17", | ||
"chai": "^3.0.0", | ||
"esdoc": "^0.1.2", | ||
"gulp": "^3.9.0", | ||
"gulp-babel": "^5.1.0", | ||
"gulp-jsdoc": "^0.1.4", | ||
"gulp-run": "^1.6.8", | ||
"gulp-util": "^3.0.5", | ||
"esbuild": "^0.17.19", | ||
"esdoc": "^1.1.0", | ||
"esdoc-standard-plugin": "^1.0.0", | ||
"mocha": "^2.2.5", | ||
@@ -30,0 +34,0 @@ "nock": "^2.6.0" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
8
10733
4
251
2
0
1
+ Addedmockaroo@^0.1.7
+ Addedmockaroo@0.1.7(transitive)
- Removedcore-js@^0.9.13