Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-random-values-esm

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-random-values-esm - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

index.browser.mjs

7

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc