goodeggs-json-schema-validator
Advanced tools
Comparing version 3.3.0 to 4.0.0
{ | ||
"name": "goodeggs-json-schema-validator", | ||
"version": "3.3.0", | ||
"version": "4.0.0", | ||
"description": "Good Eggs JSON Schema Validator", | ||
"author": "Good Eggs <open-source@goodeggs.com>", | ||
"contributors": [ | ||
"Ben Buckman <ben.buckman@goodeggs.com>" | ||
"Ben Buckman <ben.buckman@goodeggs.com>", | ||
"Danny Nelson <danny@goodeggs.com>" | ||
], | ||
"engines": { | ||
"node": "6.9.1", | ||
"npm": "3.9" | ||
}, | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"repository": { | ||
@@ -16,20 +21,55 @@ "type": "git", | ||
"dependencies": { | ||
"boom": "^2.8.0", | ||
"tv4": "^1.1.12" | ||
"tv4": "^1.2.7" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "^1.13.2", | ||
"chai": "~2.x.x", | ||
"coffee-script": ">= 1.8.x", | ||
"crashpad": "^1.2.4", | ||
"express": "^4.13.1", | ||
"mocha": "~2.x.x", | ||
"mocha-sinon": "~1.x.x", | ||
"namespaced-request": "^1.3.2" | ||
"babel-cli": "^6.6.5", | ||
"babel-core": "^6.18.2", | ||
"babel-eslint": "^7.1.1", | ||
"babel-plugin-transform-flow-strip-types": "^6.21.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-preset-es2016": "^6.16.0", | ||
"babel-preset-es2017": "^6.16.0", | ||
"babel-register": "^6.7.2", | ||
"eslint": "^3.10.2", | ||
"eslint-plugin-flowtype": "^2.25.0", | ||
"eslint-plugin-goodeggs": "^3.3.2", | ||
"eslint-plugin-lodash": "^1.9.4", | ||
"eslint-plugin-mocha": "^4.7.0", | ||
"flow-bin": "^0.35.0", | ||
"goodeggs-test-helpers": "^1.4.0", | ||
"mocha": "^3.2.0" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015", | ||
"es2016", | ||
"es2017" | ||
], | ||
"plugins": [ | ||
"transform-flow-strip-types" | ||
] | ||
}, | ||
"eslintConfig": { | ||
"plugins": [ | ||
"goodeggs", | ||
"flowtype" | ||
], | ||
"extends": [ | ||
"plugin:goodeggs/goodeggs", | ||
"plugin:flowtype/recommended" | ||
], | ||
"rules": { | ||
"lodash/prefer-lodash-typecheck": "off" | ||
}, | ||
"env": { | ||
"node": true | ||
} | ||
}, | ||
"scripts": { | ||
"build": "coffee --bare --output lib/ --compile src/index.coffee && coffee --bare --output lib/express --compile src/express/index.coffee", | ||
"pretest": "npm run build", | ||
"prepublish": "npm run build", | ||
"test": "mocha" | ||
"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", | ||
"lint": "eslint 'src/**/*.js' --ignore-path .gitignore", | ||
"test:mocha": "NODE_ENV=test mocha --compilers=js:babel-register --require=babel-polyfill", | ||
"test": "npm run lint && flow && npm run test:mocha" | ||
}, | ||
@@ -36,0 +76,0 @@ "homepage": "https://github.com/goodeggs/goodeggs-json-schema-validator", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1
5336
16
3
60
2
0
2
- Removedboom@^2.8.0
- Removedboom@2.10.1(transitive)
- Removedhoek@2.16.3(transitive)
Updatedtv4@^1.2.7