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

soleasy

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soleasy - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

3

build/index.js

@@ -25,4 +25,3 @@ #! /usr/bin/env node

let contractData = JSON.parse(rawData.toString());
let contractNameFormated = splitStringOnCapital(contractName).join("_").toUpperCase();
contractsAbis[`${contractNameFormated}_ABI`] = contractData.abi;
contractsAbis[soleasy[s].abiName[soleasy[s].contracts.indexOf(contractName)]] = contractData.abi;
}

@@ -29,0 +28,0 @@ }

{
"name": "soleasy",
"version": "0.0.14",
"version": "0.0.15",
"description": "Make solidity so easy",

@@ -5,0 +5,0 @@ "main": "index.js",

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