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

@giveth/commons-abc-contracts

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giveth/commons-abc-contracts - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

10

package.json
{
"name": "@giveth/commons-abc-contracts",
"version": "0.1.13",
"version": "0.1.14",
"devDependencies": {

@@ -21,6 +21,6 @@ "chai": "^4.2.0",

"start": "concurrently 'npm:ganache' 'npm:deploy'",
"ganache": "mkdir -p .chain && ./node_modules/.bin/ganache-cli -p 8545 -d -i 5777 --gasLimit 7000000000000 --gasPrice 1 --acctKeys ./.chain/ganache-accounts.json -m 'ivory sibling about kiwi grant sunset beauty solar cup fame south girl'",
"deploy": "wait-on tcp:8545 && ./node_modules/.bin/truffle migrate --compile-all --reset --network development",
"compile": "./node_modules/.bin/truffle compile",
"test": "wait-on tcp:8545 && ./node_modules/.bin/truffle test",
"ganache": "mkdir -p .chain && ganache-cli -p 8545 -d -i 5777 --gasLimit 7000000000000 --gasPrice 1 --acctKeys ./.chain/ganache-accounts.json -m 'ivory sibling about kiwi grant sunset beauty solar cup fame south girl'",
"deploy": "wait-on tcp:8545 && truffle migrate --compile-all --reset --network development",
"compile": "truffle compile",
"test": "wait-on tcp:8545 && truffle test",
"lint": "solhint --max-warnings 0 \"contracts/**/*.sol\"",

@@ -27,0 +27,0 @@ "ci": "concurrently 'npm:ganache' 'npm:test'"

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