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

smart-exchange

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smart-exchange - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/exchange_transaction.js

@@ -38,3 +38,3 @@ /**

callback(null, log);
callback(null, logs);

@@ -41,0 +41,0 @@ } catch(err) {

@@ -142,3 +142,3 @@ var workerFarm = require('worker-farm');

*/
var transaction = function (config, identifier, hash callback) {
var transaction = function (config, identifier, hash, callback) {
runInProcess(extTransaction, [config, identifier, hash], callback);

@@ -145,0 +145,0 @@ };

{
"name": "smart-exchange",
"version": "2.0.0",
"version": "2.0.1",
"description": "",

@@ -17,3 +17,3 @@ "main": "./lib/interface.js",

"jayson": "debris/jayson#cors",
"sleep": "^2.0.0",
"sleep": "^3.0.0",
"web3": "ethereum/web3.js#kiss!",

@@ -20,0 +20,0 @@ "worker-farm": "^1.3.1"

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