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

goodeggs-json-schema-validator

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goodeggs-json-schema-validator - npm Package Compare versions

Comparing version 3.3.0 to 4.0.0

index.js

74

package.json
{
"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",

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