Socket
Socket
Sign inDemoInstall

randomfill

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

browser.js

@@ -11,3 +11,3 @@ 'use strict'

var crypto = global.crypto || global.msCrypto
const kMaxUint32 = Math.pow(2, 32) - 1
var kMaxUint32 = Math.pow(2, 32) - 1
function assertOffset (offset, length) {

@@ -14,0 +14,0 @@ if (typeof offset !== 'number' || offset !== offset) { // eslint-disable-line no-self-compare

{
"name": "randomfill",
"version": "1.0.0",
"version": "1.0.1",
"description": "random fill from browserify stand alone",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc