crypto-browserify
Advanced tools
Comparing version 3.9.4 to 3.9.6
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57027
9
1
+ Addedinherits@^2.0.1
+ Addedsha.js@2.3.6(transitive)
- Removedsha.js@2.3.4(transitive)
Updatedsha.js@2.3.6