@codemod/parser
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@codemod/parser", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Wrapper around @babel/parser that allows parsing everything.", | ||
@@ -8,12 +8,16 @@ "repository": "https://github.com/codemod-js/codemod", | ||
"author": "Brian Donovan", | ||
"main": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"files": [ | ||
"src/**/*.js", | ||
"src/**/*.d.ts", | ||
"src/**/*.js.map" | ||
"build" | ||
], | ||
"scripts": { | ||
"prepare": "tsc", | ||
"test": "jest" | ||
"prepublishOnly": "yarn clean && yarn build", | ||
"build": "tsc --build tsconfig.build.json", | ||
"clean": "rm -rf build tsconfig.build.tsbuildinfo", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"test": "is-ci test:coverage test:watch", | ||
"test:coverage": "jest --coverage", | ||
"test:watch": "jest --watch" | ||
}, | ||
@@ -33,3 +37,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "d716a8fe55c6977d4fa35c8a819d36297e2125ec" | ||
"gitHead": "ff17330292e2b2b7f5fc79c1407f72970880cdc1" | ||
} |
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
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
25542
9
213
1