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

biot-core

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biot-core - npm Package Compare versions

Comparing version 0.2.12 to 0.2.15

3

lib/transactions.js

@@ -213,4 +213,3 @@ const Wallet = require('ocore/wallet');

Wallet.sendMultiPayment(opts, (err, unit, assocMnemonics) => {
if (err) return reject(new Error(err));
return resolve({unit, assocMnemonics});
return resolve([err, unit, assocMnemonics]);
});

@@ -217,0 +216,0 @@ });

{
"name": "biot-core",
"version": "0.2.12",
"version": "0.2.15",
"description": "",

@@ -5,0 +5,0 @@ "main": "core.js",

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