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

@kleros/vea-contracts

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kleros/vea-contracts - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

typechain-types/arbitrumToEth/index.d.ts

20

package.json
{
"name": "@kleros/vea-contracts",
"version": "0.3.0",
"version": "0.3.1",
"description": "Smart contracts for Vea",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {

@@ -50,3 +53,3 @@ "type": "git",

"release:major": "yarn version major && yarn npm publish",
"prepublish": "ls -la dist/ >foo && yarn tsc || echo"
"prepublish": "yarn tsc"
},

@@ -90,10 +93,15 @@ "devDependencies": {

"files": [
"dist",
"src",
"deployments",
"typechain-types",
"!src/test/**/*",
"!typechain-types/test/**/*",
"!typechain-types/factories/test/**/*"
"!hardhat.config.*",
"!src/test",
"!typechain-types/test",
"!typechain-types/factories/test",
"!test",
"!deploy",
"!deployments/localhost",
"!deployments/hardhat",
"!deployments/**/solcInputs"
]
}
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