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

apollo-link-ethereum-mutations-ethersjs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-link-ethereum-mutations-ethersjs - npm Package Compare versions

Comparing version 0.1.3 to 0.1.5

5

dist/bundle.umd.js

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

return __awaiter(this, void 0, void 0, function () {
var provider, abiMapping, cache, address, contractName, contractAddress, method, args, gasLimit, value, network, networkId, signer, abi, contract, methodFxn, data, query, txId, newArgs, actualValue, newTx, id_1, readTx_1, estimatedGasLimit, error_1, defaultGasLimit, transactionData, selectedGasLimit, unsignedTransaction, from, error_2;
var provider, abiMapping, cache, address, contractName, contractAddress, method, gasLimit, value, args, network, networkId, signer, abi, contract, methodFxn, data, query, txId, newArgs, actualValue, newTx, id_1, readTx_1, estimatedGasLimit, error_1, defaultGasLimit, transactionData, selectedGasLimit, unsignedTransaction, from, error_2;
var _a;

@@ -95,3 +95,4 @@ return __generator(this, function (_b) {

address = void 0;
contractName = variables.contractName, contractAddress = variables.contractAddress, method = variables.method, args = variables.args, gasLimit = variables.gasLimit, value = variables.value;
contractName = variables.contractName, contractAddress = variables.contractAddress, method = variables.method, gasLimit = variables.gasLimit, value = variables.value;
args = variables.args || [];
return [4 /*yield*/, provider.getNetwork()];

@@ -98,0 +99,0 @@ case 2:

@@ -56,3 +56,3 @@ var __assign = (this && this.__assign) || function () {

return __awaiter(this, void 0, void 0, function () {
var provider, abiMapping, cache, address, contractName, contractAddress, method, args, gasLimit, value, network, networkId, signer, abi, contract, methodFxn, data, query, txId, newArgs, actualValue, newTx, id_1, readTx_1, estimatedGasLimit, error_1, defaultGasLimit, transactionData, selectedGasLimit, unsignedTransaction, from, error_2;
var provider, abiMapping, cache, address, contractName, contractAddress, method, gasLimit, value, args, network, networkId, signer, abi, contract, methodFxn, data, query, txId, newArgs, actualValue, newTx, id_1, readTx_1, estimatedGasLimit, error_1, defaultGasLimit, transactionData, selectedGasLimit, unsignedTransaction, from, error_2;
var _a;

@@ -68,3 +68,4 @@ return __generator(this, function (_b) {

address = void 0;
contractName = variables.contractName, contractAddress = variables.contractAddress, method = variables.method, args = variables.args, gasLimit = variables.gasLimit, value = variables.value;
contractName = variables.contractName, contractAddress = variables.contractAddress, method = variables.method, gasLimit = variables.gasLimit, value = variables.value;
args = variables.args || [];
return [4 /*yield*/, provider.getNetwork()];

@@ -71,0 +72,0 @@ case 2:

4

package.json
{
"name": "apollo-link-ethereum-mutations-ethersjs",
"version": "0.1.3",
"version": "0.1.5",
"main": "./dist/bundle.umd.js",

@@ -34,3 +34,3 @@ "modules": "./lib/index.js",

},
"gitHead": "a69c13796e3426609ab2826b6744738e141bd9fe"
"gitHead": "c3eb4eefb67fdc3c1af5aac8f7bec4eedf151979"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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