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

@zetachain/protocol-contracts

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zetachain/protocol-contracts - npm Package Compare versions

Comparing version 0.0.4 to 0.0.6

dist/hardhat.config.d.ts

13

package.json
{
"name": "@zetachain/protocol-contracts",
"version": "0.0.4",
"version": "0.0.6",
"license": "MIT",

@@ -10,3 +10,8 @@ "author": "zetachain",

},
"main": "index.js",
"main": "./dist/typechain-types/index.js",
"types": "./dist/typechain-types/index.d.ts",
"files": [
"contracts",
"dist"
],
"scripts": {

@@ -17,3 +22,5 @@ "compile": "npx hardhat compile",

"generate:go": "yarn compile && ./scripts/generate_go.sh",
"test": "npx hardhat test"
"test": "npx hardhat test",
"tsc:watch": "npx tsc --watch",
"prepublishOnly": "npx tsc"
},

@@ -20,0 +27,0 @@ "keywords": [],

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