get-random-values-esm
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "get-random-values-esm", | ||
"version": "0.4.0", | ||
"version": "0.5.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.", | ||
@@ -33,2 +33,3 @@ "keywords": [ | ||
"module": "./index.mjs", | ||
"browser": "./index.browser.mjs", | ||
"types": "./index.d.ts", | ||
@@ -35,0 +36,0 @@ "files": [ |
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
4033