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 8.3.1 to 8.3.2

dist/codegen/normalizeDirName.d.ts

3

dist/codegen/createBarrelFiles.js

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

const normalizeName_1 = require("../parser/normalizeName");
const normalizeDirName_1 = require("./normalizeDirName");
/**

@@ -40,3 +41,3 @@ * returns barrel files with reexports for all given paths

.map((p) => {
const namespaceIdentifier = (0, lodash_1.camelCase)(p);
const namespaceIdentifier = (0, normalizeDirName_1.normalizeDirName)(p);
if (typeOnly)

@@ -43,0 +44,0 @@ return [

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

],
"version": "8.3.1",
"version": "8.3.2",
"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