@endo/cjs-module-analyzer
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -6,2 +6,10 @@ # Change Log | ||
### [0.2.5](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@0.2.4...@endo/cjs-module-analyzer@0.2.5) (2021-07-22) | ||
**Note:** Version bump only for package @endo/cjs-module-analyzer | ||
### [0.2.4](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@0.2.3...@endo/cjs-module-analyzer@0.2.4) (2021-06-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/cjs-module-analyzer", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.", | ||
@@ -25,2 +25,3 @@ "keywords": [], | ||
"build": "exit 0", | ||
"cover": "c8 ava", | ||
"lint": "yarn lint:types && yarn lint:js", | ||
@@ -33,5 +34,6 @@ "lint-fix": "eslint --fix '**/*.js'", | ||
"devDependencies": { | ||
"@endo/eslint-config": "^0.3.11", | ||
"@endo/eslint-config": "^0.3.12", | ||
"ava": "^3.12.1", | ||
"babel-eslint": "^10.0.3", | ||
"c8": "^7.7.3", | ||
"eslint": "^7.23.0", | ||
@@ -69,3 +71,3 @@ "eslint-config-airbnb-base": "^14.0.0", | ||
}, | ||
"gitHead": "9e01f1b96869b8296eed9c6a408e74132a556449" | ||
"gitHead": "2e9673128014d82f238e845c9285ba7005c30900" | ||
} |
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
74910
12