Socket
Socket
Sign inDemoInstall

crypto-browserify

Package Overview
Dependencies
39
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.11.1 to 3.12.0

test/random-fill.js

5

index.js

@@ -68,2 +68,7 @@ 'use strict'

var rf = require('randomfill')
exports.randomFill = rf.randomFill
exports.randomFillSync = rf.randomFillSync
exports.createCredentials = function () {

@@ -70,0 +75,0 @@ throw new Error([

6

package.json

@@ -5,3 +5,3 @@ {

"description": "implementation of crypto for the browser",
"version": "3.11.1",
"version": "3.12.0",
"homepage": "https://github.com/crypto-browserify/crypto-browserify",

@@ -31,3 +31,4 @@ "repository": {

"public-encrypt": "^4.0.0",
"randombytes": "^2.0.0"
"randombytes": "^2.0.0",
"randomfill": "^1.0.3"
},

@@ -37,2 +38,3 @@ "devDependencies": {

"pseudorandombytes": "^2.0.0",
"safe-buffer": "^5.1.1",
"standard": "^5.0.2",

@@ -39,0 +41,0 @@ "tape": "~2.3.2",

@@ -15,2 +15,3 @@

require('./sign')
require('./random-fill')
} catch (e) {

@@ -17,0 +18,0 @@ console.log('no secure rng avaiable')

Sorry, the diff of this file is not supported yet

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