New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitmessage-node

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitmessage-node - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

12

lib/main.js

@@ -88,2 +88,11 @@ "use strict";

},
moveToTrash: function(messageId, cb) {
callMethod({
method: 'trashMessage',
args: [messageId],
json: false
}, function(value) {
cb(value);
});
},
},

@@ -115,5 +124,2 @@ sent: {

},
moveToTrash: function(messageId, cb) {
console.log('messages.moveToTrash has not been implemented');
},
send: function(toAddress, fromAddress, subject, message, cb) {

@@ -120,0 +126,0 @@ callMethod({

{
"name": "bitmessage-node",
"description": "Node wrapper for bitmessage client api",
"version": "0.1.2",
"version": "0.1.3",
"dependencies": {

@@ -6,0 +6,0 @@ "xmlrpc": "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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc