json-to-ast
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -598,5 +598,3 @@ (function (global, factory) { | ||
if (settings.verbose) { | ||
property.key = { | ||
position: token.position | ||
}; | ||
property.key.position = token.position; | ||
} | ||
@@ -603,0 +601,0 @@ state = objectStates.KEY; |
{ | ||
"name": "json-to-ast", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"description": "JSON parser with AST output", | ||
@@ -5,0 +5,0 @@ "author": "Vlad Trushin", |
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
22990
654