another-json-schema
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,3 +6,3 @@ 'use strict'; | ||
if ('function' === typeof expected) { | ||
return expected.call(this, actual); | ||
return expected.apply(this, arguments); | ||
} | ||
@@ -9,0 +9,0 @@ return expected === Object.prototype.toString.call(actual).match(/^\[object\s(.*)\]$/)[1].toLowerCase(); |
{ | ||
"name": "another-json-schema", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Another JSON Schema, simple & flexible & intuitive.", | ||
@@ -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
32238