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

is-my-json-valid

Package Overview
Dependencies
Maintainers
3
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 2.12.1 to 2.12.2

4

package.json
{
"name": "is-my-json-valid",
"version": "2.12.1",
"version": "2.12.2",
"description": "A JSONSchema validator that uses code generation to be extremely fast",

@@ -9,3 +9,3 @@ "main": "index.js",

"generate-object-property": "^1.1.0",
"jsonpointer": "^1.1.0",
"jsonpointer": "2.0.0",
"xtend": "^4.0.0"

@@ -12,0 +12,0 @@ },

@@ -88,3 +88,3 @@ # is-my-json-valid

// pass the external schemas as an option
var validate = validate(schema, {schemas: {ext: ext}})
var validate = validator(schema, {schemas: {ext: ext}})

@@ -91,0 +91,0 @@ validate('hello') // returns true

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