get-random-values-esm
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "get-random-values-esm", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "A wrapper that rebundles [`get-random-values`](https://www.npmjs.com/package/get-random-values) into ESM, so you can use it in your `vite`, `skypack`, or wherever you need ESM.", | ||
@@ -24,2 +24,4 @@ "keywords": [ | ||
".": { | ||
"browser": "./index.browser.mjs", | ||
"deno": "./index.browser.mjs", | ||
"import": "./index.mjs", | ||
@@ -35,3 +37,4 @@ "default": "./index.js" | ||
"index.mjs", | ||
"index.d.ts" | ||
"index.d.ts", | ||
"index.browser.mjs" | ||
], | ||
@@ -38,0 +41,0 @@ "scripts": { |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
3457
7
5