automatic-semicolon-insertion
Advanced tools
Comparing version 3.0.0 to 3.0.2
{ | ||
"name": "automatic-semicolon-insertion", | ||
"version": "3.0.0", | ||
"version": "3.0.2", | ||
"type": "module", | ||
@@ -21,9 +21,10 @@ "description": "Insert missing semicolons, remove unneeded ones.", | ||
"author": "Brian Donovan", | ||
"main": "build/cjs/index.js", | ||
"types": "build/cjs/index.d.ts", | ||
"main": "build/index.cjs", | ||
"module": "build/index.mjs", | ||
"types": "build/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js", | ||
"types": "./build/esm/index.d.ts" | ||
"types": "./build/index.d.ts", | ||
"import": "./build/index.mjs", | ||
"require": "./build/index.cjs" | ||
} | ||
@@ -35,3 +36,3 @@ }, | ||
"scripts": { | ||
"build": "rm -rf build && tsc && tsc -p tsconfig.esm.json", | ||
"build": "./script/build", | ||
"test": "jest", | ||
@@ -38,0 +39,0 @@ "test:watch": "jest --watch", |
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
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
15005
6
372