Socket
Socket
Sign inDemoInstall

@typechain/ethers-v5

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typechain/ethers-v5 - npm Package Compare versions

Comparing version 10.2.0 to 10.2.1

./dist/index.js

10

dist/codegen/index.js

@@ -109,5 +109,4 @@ "use strict";

'type @ethersproject/providers': ['Listener', 'Provider'],
}, source) +
'\n' +
(0, typechain_1.createImportTypeDeclaration)([...events_1.EVENT_IMPORTS, 'PromiseOrValue'], commonPath);
[`type ${commonPath}`]: [...events_1.EVENT_IMPORTS, 'PromiseOrValue'],
}, source);
return imports + source;

@@ -174,5 +173,4 @@ }

'type @ethersproject/providers': ['Provider', 'TransactionRequest'],
}, source) +
'\n' +
(0, typechain_1.createImportTypeDeclaration)(['PromiseOrValue'], commonPath);
[`type ${commonPath}`]: ['PromiseOrValue'],
}, source);
return imports + source;

@@ -179,0 +177,0 @@ }

3

package.json

@@ -11,3 +11,3 @@ {

],
"version": "10.2.0",
"version": "10.2.1",
"license": "MIT",

@@ -26,3 +26,2 @@ "repository": "https://github.com/ethereum-ts/Typechain",

"@ethersproject/abi": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/providers": "^5.0.0",

@@ -29,0 +28,0 @@ "ethers": "^5.1.3",

Sorry, the diff of this file is not supported yet

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