backblaze-b2
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,10 @@ | ||
### v1.0.2 (April 23, 2017) - The fixed buffers release | ||
Fixes | ||
- Replace package node-sha1 with sha1 to fix [#19](https://github.com/yakovkhalinsky/backblaze-b2/issues/19) issue with sha1 hash of buffers [link](https://github.com/yakovkhalinsky/backblaze-b2/pull/28) | ||
Thanks to the contributors for this release | ||
- [Aaron](https://github.com/ablankenship10) | ||
### v1.0.1 (April 22, 2017) - The small buffers release | ||
@@ -2,0 +11,0 @@ |
@@ -1,2 +0,2 @@ | ||
var sha1 = require('node-sha1'); | ||
var sha1 = require('sha1'); | ||
@@ -3,0 +3,0 @@ var utils = require('./../utils'); |
{ | ||
"name": "backblaze-b2", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node.js Library for the Backblaze B2 Storage Service", | ||
@@ -38,5 +38,5 @@ "main": "index.js", | ||
"axios": "^0.16.1", | ||
"node-sha1": "^1.0.1", | ||
"q": "^1.4.1" | ||
"q": "^1.4.1", | ||
"sha1": "^1.1.0" | ||
} | ||
} |
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
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
103583
+ Addedsha1@^1.1.0
+ Addedcharenc@0.0.2(transitive)
+ Addedcrypt@0.0.2(transitive)
+ Addedsha1@1.1.1(transitive)
- Removednode-sha1@^1.0.1
- Removednode-sha1@1.0.1(transitive)