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

typechain

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typechain - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

6

CHANGELOG.md
# typechain
## 6.0.2
### Patch Changes
- c6b6e5f: Remove unnecessary console.log about structs internals
## 6.0.1

@@ -4,0 +10,0 @@

1

dist/cli/cli.js

@@ -50,2 +50,3 @@ #!/usr/bin/env node

const result = await (0, runTypeChain_1.runTypeChain)(config);
// eslint-disable-next-line no-console
console.log(`Successfully generated ${result.filesGenerated} typings!`);

@@ -52,0 +53,0 @@ }

1

dist/parser/parseEvmType.js

@@ -79,3 +79,2 @@ "use strict";

function extractStructNameIfAvailable(internalType) {
console.log('internalType', internalType);
if (internalType === null || internalType === void 0 ? void 0 : internalType.startsWith('struct ')) {

@@ -82,0 +81,0 @@ // get rid of "struct " in the beginning

@@ -9,2 +9,3 @@ "use strict";

}
// eslint-disable-next-line no-console
console.log(...args);

@@ -16,2 +17,3 @@ }

}
// eslint-disable-next-line no-console
console.warn(...args);

@@ -23,2 +25,3 @@ }

}
// eslint-disable-next-line no-console
console.error(...args);

@@ -25,0 +28,0 @@ }

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

],
"version": "6.0.1",
"version": "6.0.2",
"license": "MIT",

@@ -14,0 +14,0 @@ "repository": "https://github.com/ethereum-ts/Typechain",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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