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
6
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 5.0.0 to 5.2.0

8

package.json
{
"name": "goodeggs-json-schema-validator",
"version": "5.0.0",
"version": "5.2.0",
"description": "Good Eggs JSON Schema Validator",

@@ -59,6 +59,6 @@ "author": "Good Eggs <open-source@goodeggs.com>",

"build": "rm -rf lib && babel src -d lib && cp src/index.js.flow lib",
"prepublishOnly": "npm run build",
"prepublishOnly": "yarn run build",
"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"
"test:mocha": "NODE_ENV=test mocha --require @babel/register",
"test": "yarn run lint && yarn run flow && yarn run test:mocha"
},

@@ -65,0 +65,0 @@ "homepage": "https://github.com/goodeggs/goodeggs-json-schema-validator",

Sorry, the diff of this file is not supported yet

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