Comparing version 2.0.0 to 2.0.1
@@ -1,2 +0,2 @@ | ||
import * as parse from 'json-to-ast'; | ||
import parse from 'json-to-ast'; | ||
export function getAstByString(jsonString, json) { | ||
@@ -3,0 +3,0 @@ const jsonAST = parse(jsonString, { loc: true }); |
{ | ||
"name": "jsonpos", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Get the textual position of a property in a JSON text", | ||
@@ -39,2 +39,4 @@ "author": "Gustaf Räntilä", | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.15.6", | ||
"@babel/preset-typescript": "^7.15.0", | ||
"@types/jest": "^27.0.1", | ||
@@ -45,3 +47,2 @@ "@types/json-to-ast": "^2.1.2", | ||
"rimraf": "^3.0.1", | ||
"ts-jest": "^27.0.5", | ||
"ts-node": "^10.2.1", | ||
@@ -48,0 +49,0 @@ "typescript": "^4.4.3" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10304
0
9