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

zos-lib

Package Overview
Dependencies
Maintainers
4
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zos-lib - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

7

lib/utils/Contracts.js

@@ -7,2 +7,4 @@ 'use strict';

var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var _path = require('path');

@@ -24,4 +26,3 @@

gas: 6721975,
gasPrice: 100000000000,
from: web3.eth.accounts[0]
gasPrice: 100000000000
};

@@ -58,3 +59,3 @@

contract.setProvider(web3.currentProvider);
contract.defaults(DEFAULT_TESTING_TX_PARAMS);
contract.defaults(_extends({ from: web3.eth.accounts[0] }, DEFAULT_TESTING_TX_PARAMS));
return contract;

@@ -61,0 +62,0 @@ },

{
"name": "zos-lib",
"version": "0.1.15",
"version": "0.1.16",
"description": "ZeppelinOS library",

@@ -5,0 +5,0 @@ "scripts": {

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