Comparing version 0.4.11 to 0.4.12
{ | ||
"name": "unrouted", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"homepage": "https://github.com/harlan-zw/unrouted#readme", | ||
@@ -22,3 +22,4 @@ "bugs": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
@@ -30,2 +31,3 @@ }, | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -36,4 +38,4 @@ "build": "unbuild", | ||
"dependencies": { | ||
"@unrouted/core": "link:../core" | ||
"@unrouted/core": "workspace:../core" | ||
} | ||
} |
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
1175