Socket
Socket
Sign inDemoInstall

backblaze-b2

Package Overview
Dependencies
7
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

9

CHANGELOG.md

@@ -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 @@

2

lib/actions/file.js

@@ -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

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