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.4 to 6.0.5

6

CHANGELOG.md
# typechain
## 6.0.5
### Patch Changes
- 135f6ce: Fix `structName` for nested array of struct
## 6.0.4

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

4

dist/parser/parseEvmType.js

@@ -83,4 +83,4 @@ "use strict";

let nameStr = internalType.slice(7);
// get rid of the array sign at the end
const arrayMarker = (_a = nameStr.match(/(\[\d*\])$/)) === null || _a === void 0 ? void 0 : _a[1];
// get rid of all array signs at the end
const arrayMarker = (_a = nameStr.match(/((?:\[\d*\])+)$/)) === null || _a === void 0 ? void 0 : _a[1];
if (arrayMarker) {

@@ -87,0 +87,0 @@ nameStr = nameStr.slice(0, nameStr.length - arrayMarker.length);

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

],
"version": "6.0.4",
"version": "6.0.5",
"license": "MIT",

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

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