@endo/cjs-module-analyzer
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@endo/cjs-module-analyzer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.", | ||
@@ -27,5 +27,5 @@ "keywords": [], | ||
"cover": "c8 ava", | ||
"lint": "yarn lint:types && yarn lint:js", | ||
"lint": "yarn lint:types && yarn lint:eslint", | ||
"lint-fix": "eslint --fix .", | ||
"lint:js": "eslint .", | ||
"lint:eslint": "eslint .", | ||
"lint:types": "tsc", | ||
@@ -44,3 +44,3 @@ "test": "ava" | ||
"prettier": "^3.0.0", | ||
"typescript": "~5.2.2" | ||
"typescript": "~5.3.3" | ||
}, | ||
@@ -70,3 +70,3 @@ "files": [ | ||
}, | ||
"gitHead": "6aa22009bf8128575c446aebceb0f9a01459d165" | ||
"gitHead": "373f9eebab66c94ed42350473c90fb25e6054f0a" | ||
} |
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
75895