Socket
Socket
Sign inDemoInstall

web3-eth-contract

Package Overview
Dependencies
Maintainers
2
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-eth-contract - npm Package Compare versions

Comparing version 1.0.0-beta.55 to 2.0.0-alpha

8

dist/web3-eth-contract.cjs.js

@@ -523,5 +523,3 @@ 'use strict';

}
if (target[name]) {
return target[name];
}
return Reflect.get(target, name);
}

@@ -554,3 +552,3 @@ });

method.setArguments(methodArguments);
if (typeof method.parameters[0] === 'undefined') {
if (!method.parameters[0]) {
method.parameters[0] = {};

@@ -590,3 +588,3 @@ }

}
return target[name];
return Reflect.get(target, name);
}

@@ -593,0 +591,0 @@ });

@@ -408,5 +408,3 @@ import * as Utils from 'web3-utils';

}
if (target[name]) {
return target[name];
}
return Reflect.get(target, name);
}

@@ -435,3 +433,3 @@ });

method.setArguments(methodArguments);
if (typeof method.parameters[0] === 'undefined') {
if (!method.parameters[0]) {
method.parameters[0] = {};

@@ -466,3 +464,3 @@ }

}
return target[name];
return Reflect.get(target, name);
}

@@ -469,0 +467,0 @@ });

@@ -517,5 +517,3 @@ (function (global, factory) {

}
if (target[name]) {
return target[name];
}
return Reflect.get(target, name);
}

@@ -548,3 +546,3 @@ });

method.setArguments(methodArguments);
if (typeof method.parameters[0] === 'undefined') {
if (!method.parameters[0]) {
method.parameters[0] = {};

@@ -584,3 +582,3 @@ }

}
return target[name];
return Reflect.get(target, name);
}

@@ -587,0 +585,0 @@ });

{
"name": "web3-eth-contract",
"namespace": "ethereum",
"version": "1.0.0-beta.55",
"version": "2.0.0-alpha",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-contract",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0"
},
"main": "dist/web3-eth-contract.cjs.js",

@@ -22,10 +25,10 @@ "module": "dist/web3-eth-contract.esm.js",

"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.55",
"web3-core-helpers": "1.0.0-beta.55",
"web3-core-method": "1.0.0-beta.55",
"web3-core-subscriptions": "1.0.0-beta.55",
"web3-eth-abi": "1.0.0-beta.55",
"web3-eth-accounts": "1.0.0-beta.55",
"web3-providers": "1.0.0-beta.55",
"web3-utils": "1.0.0-beta.55"
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-method": "2.0.0-alpha",
"web3-core-subscriptions": "2.0.0-alpha",
"web3-eth-abi": "2.0.0-alpha",
"web3-eth-accounts": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
},

@@ -40,3 +43,3 @@ "devDependencies": {

],
"gitHead": "37347fd46344f45d1c57104920bdda0779f0d51c"
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
}
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