New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

catdts

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

catdts

Scans a folder recursively for .d.ts files and concatenates them to a single file.

unpublished
latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

catdts

Simple npm command which scans a folder recursively for .d.ts files and concatenates them to a single file.

NOTE: For reading and writing files UTF-8 is currently used.

⚠Expermintal; use with caution.

Installation

npm install catdts --save-dev

Usage

catdts ./build ./index.d.ts

Todo

  • Current scanning method can cause a stack overflow with very deep file structures.
  • Specify recursion max depth.
  • Specify encoding for reading and writing files (separately).
  • Remove all .d.ts files once done (including directories if there are no other files in them).

FAQs

Package last updated on 26 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts