Socket
Book a DemoInstallSign in
Socket

buzzwords

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buzzwords

List of (possible) English buzzwords

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
2
Created
Source

buzzwords

Build Coverage Downloads Size

List of bleeding edge English buzzwords.

Contents

What is this?

This package is a list of English buzzwords from Wikipedia.

When should I use this?

You’re probably dealing with natural language, and know you need this, if you’re here!

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+), install with npm:

npm install buzzwords

In Deno with esm.sh:

import {buzzwords} from 'https://esm.sh/buzzwords@2'

In browsers with esm.sh:

<script type="module">
  import {buzzwords} from 'https://esm.sh/buzzwords@2?bundle'
</script>

Use

import {buzzwords} from 'buzzwords'

console.log(buzzwords.length) //=> 322

console.log(buzzwords.slice(0, 10))

Yields:

[
  '4g',
  '5g',
  'accountable talk',
  'adaptive interface',
  'agile',
  'ajax',
  'algorithm',
  'alignment',
  'ambient environment',
  'ambiguity'
]

API

This package exports the identifier buzzwords. There is no default export.

buzzwords

buzzwords exposes big data as a list of strings (Array<string>).

Data

For a complete list of next generation buzzwords and -phrases, see index.js.

👉 Note: the countless words listed in buzzwords might not be buzzwords in certain contexts; the list just takes a holistic approach in cloud computing with a bleeding edge algorithm.

Types

This package is fully typed with TypeScript. It exports no additional types.

Compatibility

This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 14.14+ and 16.0+. It also works in Deno and modern browsers.

  • dale-chall — list of familiar American-English words (1995)
  • fillers — list of filler words
  • hedges — list of hedge words
  • profanities — list of profane words
  • spache — list of simple American-English words (1974)
  • weasels — list of weasel words

Contribute

Yes please! See How to Contribute to Open Source.

Security

This package is safe.

License

MIT © Titus Wormer

Keywords

buzzword

FAQs

Package last updated on 01 Nov 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