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.21 to 0.1.22

4

lib/app/App.js

@@ -66,2 +66,6 @@ 'use strict';

async currentStdlib() {
return this.currentDirectory().stdlib();
}
async getImplementation(contractName) {

@@ -68,0 +72,0 @@ const directory = this.currentDirectory();

@@ -13,2 +13,3 @@ 'use strict';

exports.parseJsonIfExists = parseJsonIfExists;
exports.editJson = editJson;
exports.writeJson = writeJson;

@@ -52,2 +53,8 @@

function editJson(file, edit) {
const data = this.parseJson(file);
edit(data);
this.writeJson(file, data);
}
function writeJson(filename, data) {

@@ -65,4 +72,5 @@ const json = JSON.stringify(data, null, 2);

parseJson,
editJson,
parseJsonIfExists,
writeJson
};

2

package.json
{
"name": "zos-lib",
"version": "0.1.21",
"version": "0.1.22",
"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