goodeggs-json-schema-validator
Advanced tools
Comparing version 4.5.1 to 4.5.2
{ | ||
"name": "goodeggs-json-schema-validator", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"description": "Good Eggs JSON Schema Validator", | ||
@@ -11,3 +11,3 @@ "author": "Good Eggs <open-source@goodeggs.com>", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"repository": { | ||
@@ -66,5 +66,4 @@ "type": "git", | ||
"scripts": { | ||
"build": "rm -rf build/ && npm run build:safe", | ||
"build:safe": "babel src -d build && cp package.json src/index.js.flow build/", | ||
"postpublish": "npm cache clean", | ||
"build": "rm -rf lib && babel src -d lib && cp src/index.js.flow lib", | ||
"prepublishOnly": "npm run build", | ||
"lint": "eslint 'src/**/*.js' --ignore-path .gitignore", | ||
@@ -71,0 +70,0 @@ "test:mocha": "NODE_ENV=test mocha --compilers=js:babel-register --require=babel-polyfill", |
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
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
10391
5
72
1
100
0