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

@aragon/apps-shared-minime

Package Overview
Dependencies
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aragon/apps-shared-minime - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

abi/ApproveAndCallFallBack.json

17

package.json
{
"name": "@aragon/apps-shared-minime",
"version": "1.0.0",
"version": "1.0.1",
"author": "Jordi Baylina",
"license": "GPL-3.0-or-later",
"files": [
"/abi",
"/build",
"/contracts",
"/test",
"/truffle.js"
],
"scripts": {
"abi:extract": "truffle-extract --output abi/ --keys abi",
"compile": "truffle compile",

@@ -10,3 +19,4 @@ "test": "TRUFFLE_TEST=true npm run ganache-cli:test",

"ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh",
"truffle:dev": "npx truffle dev"
"truffle:dev": "npx truffle dev",
"prepublishOnly": "truffle compile --all && npm run abi:extract -- --no-compile"
},

@@ -18,4 +28,5 @@ "devDependencies": {

"solidity-coverage": "0.5.8",
"truffle": "4.1.14"
"truffle": "4.1.14",
"truffle-extract": "^1.2.1"
}
}
contracts/test/TestImport.sol

Sorry, the diff of this file is not supported yet

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