Socket
Socket
Sign inDemoInstall

ethjs

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethjs - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

lib/lib/getTransactionSuccess.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.2.8 -- getTransactionSuccess
1. Added the very essential getTransactionSuccess method
# 0.2.7 -- abi updated, format and contract updates

@@ -2,0 +6,0 @@

@@ -14,2 +14,3 @@ 'use strict';

var utils = require('ethjs-util');
var getTransactionSuccess = require('./lib/getTransactionSuccess.js');

@@ -48,2 +49,3 @@ module.exports = Eth;

self.setProvider = query.setProvider;
self.getTransactionSuccess = getTransactionSuccess(self);
}

@@ -50,0 +52,0 @@

2

package.json
{
"name": "ethjs",
"version": "0.2.7",
"version": "0.2.8",
"description": "A light-weight, highly optimised JS utility for Ethereum",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -12,2 +12,3 @@ const EthQuery = require('ethjs-query');

const utils = require('ethjs-util');
const getTransactionSuccess = require('./lib/getTransactionSuccess.js');

@@ -38,2 +39,3 @@ module.exports = Eth;

self.setProvider = query.setProvider;
self.getTransactionSuccess = getTransactionSuccess(self);
}

@@ -40,0 +42,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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