is-my-json-valid
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -67,4 +67,4 @@ var normalize = require('./normalize') | ||
var compile = function(schema) { | ||
schema = normalize(schema) | ||
var compile = function(sch) { | ||
var schema = normalize(sch) | ||
var scope = {unique:unique, formats:formats} | ||
@@ -235,3 +235,3 @@ | ||
validate.toJSON = function() { | ||
return schema | ||
return sch | ||
} | ||
@@ -238,0 +238,0 @@ |
{ | ||
"name": "is-my-json-valid", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "A JSONSchema / orderly validator that uses code generation to be extremely fast", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21495