New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

all-the-package-names

Package Overview
Dependencies
Maintainers
1
Versions
5984
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-the-package-names

A perpetually out-of-date list of all the 140,000+ public package names on npm

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2K
increased by55.34%
Maintainers
1
Weekly downloads
 
Created
Source

all-the-package-names

A perpetually out-of-date list of all the 140,000+ public package names on npm

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install all-the-package-names --save

Usage

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

names.indexOf('superagent') > -1
// => true

names.indexOf('crazy-new-package-name') > -1
// => false

names.length
// => 143086

names.filter(name => name.includes('banana'))
// => [ 'banana', 'banana-banana', 'banana-split', ...]

// note: example uses iojs with --harmony_arrow_functions enabled

License

MIT

Keywords

FAQs

Package last updated on 26 Apr 2015

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