Socket
Socket
Sign inDemoInstall

@pedrouid/iso-random

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pedrouid/iso-random - npm Package Compare versions

Comparing version 2.0.0-beta.2 to 2.0.0-beta.3

dist/esm/browser/index.d.ts

7

package.json
{
"name": "@pedrouid/iso-random",
"description": "Isomorphic Library for Random Bytes",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"author": "Pedro Gomes <github.com/pedrouid>",

@@ -38,5 +38,6 @@ "license": "MIT",

"clean": "rm -rf dist",
"build:cjs": "./node_modules/.bin/tsc -p tsconfig.cjs.json",
"build:cjs": "yarn tsc -p tsconfig.cjs.json",
"build:umd": "webpack",
"build": "yarn clean && yarn build:cjs && yarn build:umd",
"build:esm": "yarn tsc -p tsconfig.esm.json",
"build": "yarn clean && yarn build:cjs && yarn build:umd && yarn build:esm",
"test": "tsdx test ./test",

@@ -43,0 +44,0 @@ "lint": "tsdx lint src test",

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