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

ethapi-js

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethapi-js - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

index.js

@@ -665,2 +665,2 @@ 'use strict';

module.exports = EthApi;/* Wed Jun 1 13:25:16 UTC 2016 */
module.exports = EthApi;/* Wed Jun 1 14:45:12 UTC 2016 */
{
"name": "ethapi-js",
"version": "0.0.15",
"version": "0.0.16",
"main": "index.js",

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

@@ -68,3 +68,3 @@ # ethapi-js

.newFilter({...})
.then((filterId) => getFilterChanges(filterId))
.then((filterId) => ethapi.eth.getFilterChanges(filterId))
.then((changes) => {

@@ -71,0 +71,0 @@ console.log(changes);

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