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

conflux-web-core-method

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conflux-web-core-method - npm Package Compare versions

Comparing version 0.1.15-alpha.0 to 0.1.18-alpha.0

2

dist/conflux-web-core-method.cjs.js

@@ -236,3 +236,3 @@ 'use strict';

_classCallCheck(this, GetTransactionReceiptMethod);
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionReceiptMethod).call(this, 'eth_getTransactionReceipt', 1, utils, formatters, moduleInstance));
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionReceiptMethod).call(this, 'cfx_getTransactionReceipt', 1, utils, formatters, moduleInstance));
}

@@ -239,0 +239,0 @@ _createClass(GetTransactionReceiptMethod, [{

@@ -376,3 +376,3 @@ import EventEmitter from 'eventemitter3';

_classCallCheck(this, GetTransactionReceiptMethod);
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionReceiptMethod).call(this, 'eth_getTransactionReceipt', 1, utils, formatters, moduleInstance));
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionReceiptMethod).call(this, 'cfx_getTransactionReceipt', 1, utils, formatters, moduleInstance));
}

@@ -379,0 +379,0 @@ _createClass(GetTransactionReceiptMethod, [{

@@ -234,3 +234,3 @@ (function (global, factory) {

_classCallCheck(this, GetTransactionReceiptMethod);
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionReceiptMethod).call(this, 'eth_getTransactionReceipt', 1, utils, formatters, moduleInstance));
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionReceiptMethod).call(this, 'cfx_getTransactionReceipt', 1, utils, formatters, moduleInstance));
}

@@ -237,0 +237,0 @@ _createClass(GetTransactionReceiptMethod, [{

{
"name": "conflux-web-core-method",
"version": "0.1.15-alpha.0",
"version": "0.1.18-alpha.0",
"description": "Handles the JSON-RPC methods. This package is also internally used by ConfluxWeb.",

@@ -26,3 +26,3 @@ "repository": "https://github.com/Conflux-Chain/ConfluxWeb/tree/master/packages/conflux-web-core-method",

"devDependencies": {
"conflux-web-core": "0.1.15-alpha.0",
"conflux-web-core": "0.1.18-alpha.0",
"conflux-web-core-helpers": "0.1.15-alpha.0",

@@ -39,3 +39,3 @@ "conflux-web-core-subscriptions": "*",

],
"gitHead": "321bbe5fcd40edebce07b544836bb5f201947a94"
"gitHead": "ce26eaa069c2027be0bb24886f7ee0bb84c952e1"
}
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