Socket
Socket
Sign inDemoInstall

buidler-typechain

Package Overview
Dependencies
406
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

37

package.json
{
"name": "buidler-typechain",
"version": "0.2.0",
"version": "0.2.1",
"description": "Buidler TypeScript plugin boilerplate",

@@ -32,17 +32,17 @@ "repository": "github:rhlsthrm/buidler-typechain.git",

"devDependencies": {
"@nomiclabs/buidler": "^1.3.4",
"@types/chai": "^4.2.11",
"@nomiclabs/buidler": "^1.4.7",
"@types/chai": "^4.2.12",
"@types/fs-extra": "^9.0.1",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.5",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.2",
"@types/rimraf": "^3.0.0",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"ethers": "^4.0.47",
"fs-extra": "^9.0.0",
"mocha": "^7.1.2",
"prettier": "^2.0.5",
"ethers": "^5.0.15",
"fs-extra": "^9.0.1",
"mocha": "^8.1.3",
"prettier": "^2.1.2",
"source-map-support": "^0.5.19",
"ts-generator": "0.0.8",
"ts-node": "^8.10.1",
"ts-node": "^9.0.0",
"tslint": "^6.1.2",

@@ -52,19 +52,14 @@ "tslint-config-prettier": "^1.18.0",

"typechain": "^2.0.0",
"@typechain/ethers-v4": "^1.0.0",
"@typechain/ethers-v5": "^0.0.3",
"@typechain/truffle-v4": "^2.0.2",
"@typechain/ethers-v4": "^1.0.1",
"@typechain/ethers-v5": "^1.0.0",
"@typechain/truffle-v4": "^2.0.3",
"@typechain/truffle-v5": "^2.0.2",
"@typechain/web3-v1": "^1.0.0",
"typescript": "^3.9.3"
"typescript": "^4.0.3"
},
"peerDependencies": {
"@nomiclabs/buidler": "^1.3.4",
"@nomiclabs/buidler": "^1.4.7",
"ts-generator": "0.0.8",
"typechain": "^2.0.0",
"@typechain/ethers-v4": "^1.0.0",
"@typechain/ethers-v5": "^0.0.3",
"@typechain/truffle-v4": "^2.0.2",
"@typechain/truffle-v5": "^2.0.2",
"@typechain/web3-v1": "^1.0.0"
"typechain": "^2.0.0"
}
}

@@ -18,3 +18,5 @@ [![buidler](https://buidler.dev/buidler-plugin-badge.svg?1)](https://buidler.dev)

```bash
npm i buidler-typechain typechain ts-generator @typechain/ethers-v4 @typechain/ethers-v5 @typechain/truffle-v5 @typechain/web3-v1 @typechain/truffle-v4
npm i buidler-typechain typechain ts-generator
# choose plugin for required target
npm i @typechain/ethers-v4 @typechain/ethers-v5 @typechain/truffle-v5 @typechain/web3-v1 @typechain/truffle-v4
```

@@ -21,0 +23,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc