parse-imports
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "parse-imports", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": { | ||
@@ -24,3 +24,3 @@ "name": "Tomer Aberbach", | ||
"files": [ | ||
"src" | ||
"dist" | ||
], | ||
@@ -31,5 +31,10 @@ "type": "module", | ||
}, | ||
"exports": "./src/index.js", | ||
"module": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"prettier": "tomer/prettier-config", | ||
@@ -53,4 +58,6 @@ "dependencies": { | ||
"typecheck": "tomer typecheck", | ||
"test": "tomer test" | ||
"test": "tomer test", | ||
"build": "tomer build", | ||
"clean": "tomer clean dist" | ||
} | ||
} |
@@ -12,2 +12,5 @@ <h1 align="center"> | ||
</a> | ||
<a href="https://github.com/sponsors/TomerAberbach"> | ||
<img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="Sponsor"> | ||
</a> | ||
</div> | ||
@@ -14,0 +17,0 @@ |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
50999
902
281
6
3
1