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

types-directory

Package Overview
Dependencies
Maintainers
1
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

types-directory

Directory of all DefinitelyTyped types

latest
Source
npmnpm
Version
0.314.0
Version published
Weekly downloads
54
-28%
Maintainers
1
Weekly downloads
 
Created
Source

Types Directory

Directory of all DefinitelyTyped types

Install

npm i types-directory

Usage

The module exports an array of all the types available

const { types } = require("types-directory");

console.log(types); // Array of all the types available

CDN

curl https://cdn.jsdelivr.net/gh/maddhruv/types-directory/directory.json
  • types-sync - Keep your types in sync with DefinitelyTyped - auto install/uninstall types for dependencies on postinstall.

Contributing

Want to update the directory?

Follow these easy steps

# clone this repository
$ git clone https://github.com/maddhruv/types-directory

$ cd types-directory
# clone the DefinitelyTyped repository
$ git clone https://github.com/DefinitelyTyped/DefinitelyTyped --depth 1
# collect the types into the directory
$ npm start
# add the changes made to `directory.json`
$ git add directory.json
# commit the changes
$ git commit -m "update: directory :green_book:"
# git push and raise a pull request

Thanks in advance for contributing to types-directory. Now you can leave publishing on me.

Keywords

types

FAQs

Package last updated on 06 Oct 2025

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