Socket
Socket
Sign inDemoInstall

crypto-browserify

Package Overview
Dependencies
9
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.4 to 3.9.6

2

create-hash.js

@@ -7,3 +7,3 @@ 'use strict';

var Transform = require('stream').Transform;
var inherits = require('util').inherits
var inherits = require('inherits')

@@ -10,0 +10,0 @@ module.exports = function (alg) {

'use strict';
var createHash = require('./create-hash')
var Transform = require('stream').Transform;
var inherits = require('util').inherits
var inherits = require('inherits')
var zeroBuffer = new Buffer(128)

@@ -6,0 +6,0 @@ zeroBuffer.fill(0)

@@ -5,7 +5,7 @@ {

"description": "implementation of crypto for the browser",
"version": "3.9.4",
"homepage": "https://github.com/dominictarr/crypto-browserify",
"version": "3.9.6",
"homepage": "https://github.com/crypto-browserify/crypto-browserify",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/crypto-browserify.git"
"url": "git://github.com/crypto-browserify/crypto-browserify.git"
},

@@ -24,10 +24,11 @@ "scripts": {

"browserify-sign": "2.8.0",
"inherits": "^2.0.1",
"pbkdf2-compat": "2.0.1",
"public-encrypt": "1.1.2",
"ripemd160": "0.2.0",
"sha.js": "2.3.4"
"sha.js": "2.3.6"
},
"devDependencies": {
"tape": "~2.3.2",
"hash-test-vectors": "~1.3.0"
"hash-test-vectors": "~1.3.2"
},

@@ -34,0 +35,0 @@ "optionalDependencies": {},

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc