Socket
Socket
Sign inDemoInstall

is-my-json-valid

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-my-json-valid - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

normalize.js

@@ -57,3 +57,3 @@ var xtend = require('xtend')

case 'array':
root.items = visit({}, node.items)
root.items = visit({}, node.items || {})
root.conditions++

@@ -60,0 +60,0 @@ break

{
"name": "is-my-json-valid",
"version": "1.4.0",
"version": "1.4.1",
"description": "A JSONSchema / orderly validator that uses code generation to be extremely fast",

@@ -5,0 +5,0 @@ "main": "index.js",

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