Comparing version 3.24.2 to 3.24.3
{ | ||
"name": "z-schema", | ||
"version": "3.24.2", | ||
"version": "3.24.3", | ||
"description": "JSON schema validator", | ||
@@ -36,4 +36,6 @@ "homepage": "https://github.com/zaggino/z-schema", | ||
"scripts": { | ||
"prepublish": "npm test && grunt", | ||
"test": "jasmine-node test/ && grunt lint" | ||
"prepare": "npm test && grunt", | ||
"prepublishOnly": "npm test && grunt", | ||
"test": "jasmine-node test/ && grunt lint", | ||
"grunt": "grunt" | ||
}, | ||
@@ -40,0 +42,0 @@ "testling": { |
@@ -453,3 +453,6 @@ "use strict"; | ||
exports.validate.call(this, report, s[idx2], propertyValue); | ||
report.path.pop(); | ||
// commented out to resolve issue #209 - the path gets popped before async tasks complete | ||
// all the tests run fine without, there seems to be no reason to have this pop here | ||
// report.path.pop(); | ||
} | ||
@@ -456,0 +459,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1579190
36362