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 4.5.1 to 4.5.2

lib/index.js

9

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

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