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

all-the-package-types

Package Overview
Dependencies
Maintainers
0
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-the-package-types

A list of all the `@types` packages on npm with metadata. Updated daily.

  • 1.0.264
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
303
increased by19.29%
Maintainers
0
Weekly downloads
 
Created
Source

all-the-package-types

Maintained by jsDelivr. Please consider becoming a sponsor to support us.

A list of all the @types packages on npm with metadata. Updated daily.

Installation

npm install all-the-package-types

Usage

The module exports an array of package names:

const types = require("all-the-package-types")

// [
//   {
//     "p": "https://github.com/11ty/eleventy-img", <= the matching library repository, if detected
//     "l": "@11ty/eleventy-img", <= the matching library name, if detected
//     "t": "11ty__eleventy-img" <= the "@types" package name
//   },
//   ...
// ]

CLI Usage

You can also use it on the command line. Newline-delimited packages are piped to STDOUT:

npm i -g all-the-package-types
all-the-package-types | grep spell

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • all-the-package-repos: Normalized repository URLs for every package in the npm registry.
  • tap-spec: Formatted TAP output like Mocha's spec reporter
  • tape: tap-producing test harness for node and browsers

License

MIT

Keywords

FAQs

Package last updated on 18 Jan 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

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