Comparing version 2.0.0 to 2.0.1
@@ -266,2 +266,6 @@ /* eslint-disable max-classes-per-file */ | ||
if (origPath.length === 0) { | ||
return []; | ||
} | ||
const sep = '.'; | ||
@@ -268,0 +272,0 @@ let path = origPath.replace(/[.[]/g, sep); |
{ | ||
"name": "fast-json", | ||
"description": "A lightning fast on the fly JSON parser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Alejandro Santiago Nieto", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
16460
555