Socket
Socket
Sign inDemoInstall

@xyo-network/typechain

Package Overview
Dependencies
39
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

26

package.json

@@ -8,3 +8,3 @@ {

"@ethersproject/providers": "^5.7.2",
"@xyo-network/solidity": "~2.2.0"
"@xyo-network/solidity": "~2.2.1"
},

@@ -29,3 +29,3 @@ "author": {

"@typechain/ethers-v5": "^11.1.1",
"@xylabs/ts-scripts-yarn3": "~3.0.79",
"@xylabs/ts-scripts-yarn3": "~3.0.80",
"ethers": "^5.7.2",

@@ -40,8 +40,20 @@ "rimraf": "^4.4.1",

"node": {
"import": "./dist/node/index.cjs",
"require": "./dist/node/index.js"
"require": {
"types": "./dist/node/index.d.cts",
"default": "./dist/node/index.cjs"
},
"import": {
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.js"
}
},
"browser": {
"import": "./dist/browser/index.cjs",
"require": "./dist/browser/index.js"
"require": {
"types": "./dist/browser/index.d.cts",
"default": "./dist/browser/index.cjs"
},
"import": {
"types": "./dist/browser/index.d.ts",
"default": "./dist/browser/index.js"
}
}

@@ -67,4 +79,4 @@ },

"sideEffects": false,
"version": "2.2.0",
"version": "2.2.1",
"type": "module"
}
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