crypto-browserify
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -41,3 +41,3 @@ 'use strict'; | ||
} | ||
var hashes = ['sha1', 'sha256', 'sha512', 'md5', 'rmd160'].concat(Object.keys(require('browserify-sign/algos'))) | ||
var hashes = ['sha1', 'sha224', 'sha256', 'sha384', 'sha512', 'md5', 'rmd160'].concat(Object.keys(require('browserify-sign/algos'))) | ||
exports.getHashes = function () { | ||
@@ -44,0 +44,0 @@ return hashes; |
@@ -5,3 +5,3 @@ { | ||
"description": "partial implementation of crypto for the browser", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"homepage": "https://github.com/dominictarr/crypto-browserify", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"diffie-hellman": "2.2.0", | ||
"browserify-sign": "2.6.0", | ||
"browserify-sign": "2.6.1", | ||
"pbkdf2-compat": "2.0.1", | ||
@@ -26,0 +26,0 @@ "public-encrypt": "1.0.1", |
var fs = require('fs') | ||
var test = require('tape') | ||
var algorithms = ['sha1', 'sha256', 'sha512', 'md5', 'rmd160'] | ||
var algorithms = ['sha1', 'sha224', 'sha256', 'sha384', 'sha512', 'md5', 'rmd160'] | ||
var encodings = [/*'binary',*/ 'hex', 'base64']; | ||
@@ -6,0 +6,0 @@ var vectors = require('hash-test-vectors') |
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
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
57153
+ Addedbrowserify-sign@2.6.1(transitive)
- Removedbrowserify-sign@2.6.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updatedbrowserify-sign@2.6.1