Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitstore

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitstore - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

<a name="2.4.1"></a>
## [2.4.1](https://github.com/blockai/bitstore-client/compare/v2.4.1...v2.4.1) (2015-11-16)
<a name="2.4.0"></a>

@@ -2,0 +8,0 @@ # [2.4.0](https://github.com/blockai/bitstore-client/compare/v2.4.0...v2.4.0) (2015-11-16)

4

lib/index.js

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

},
'delete': function _delete(key, cb) {
del: function del(key, cb) {
if (key === undefined) {
throw new Error('missing key argument');
}
return req['delete']('/' + addressPath + '/keys' + key).result().nodeify(cb);
return req.del('/' + addressPath + '/keys' + key).result().nodeify(cb);
}

@@ -325,0 +325,0 @@ }

@@ -63,3 +63,3 @@ {

},
"version": "2.4.0",
"version": "2.4.1",
"config": {

@@ -66,0 +66,0 @@ "commitizen": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc