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

@bancor/token-governance

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bancor/token-governance - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

typechain/commons.d.ts

10

package.json
{
"name": "@bancor/token-governance",
"version": "0.1.1",
"version": "0.1.2",
"description": "Role-based Token Governance",

@@ -9,10 +9,11 @@ "repository": {

},
"main": "typechain/index.js",
"types": "typechain/index.d.ts",
"files": [
"/contracts/**/*.sol",
"/artifacts/contracts/**/*.json",
"/typechain/**/*.ts"
"/typechain"
],
"author": "Leonid Beder",
"license": "MIT",
"main": "hardhat.config.ts",
"scripts": {

@@ -22,2 +23,3 @@ "build": "hardhat compile",

"coverage": "hardhat coverage",
"prepublish": "yarn clean && yarn build && tsc",
"lint": "yarn lint:js && yarn lint:sol",

@@ -27,3 +29,3 @@ "lint:js": "eslint . --ext .ts",

"format": "prettier --check --write contracts/**/* test/**/* --config .prettierrc",
"clean": "rm -rf artifacts cache data coverage typechain"
"clean": "rm -rf artifacts cache data coverage dist typechain"
},

@@ -30,0 +32,0 @@ "devDependencies": {

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