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.24 to 0.1.25

2

lib/package/Package.js

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

await release.setImplementation(contractName, implementation.address, this.txParams);
log.info(' Implementation set:', implementation.address);
log.info(` Implementation set: ${implementation.address}`);
return implementation;

@@ -89,0 +89,0 @@ }

@@ -30,6 +30,4 @@ 'use strict';

_fetchPackage(address) {
log.info('Deploying new Package...');
const Package = _Contracts2.default.getFromLib('Package');
this.package = new Package(address);
log.info(`Deployed Package ${this.package.address}`);
}

@@ -36,0 +34,0 @@ };

{
"name": "zos-lib",
"version": "0.1.24",
"version": "0.1.25",
"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