Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

weasels

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weasels - npm Package Compare versions

Comparing version
0.2.2
to
1.0.0
+118
data/index.json
[
"a lot",
"about",
"acts",
"again",
"all",
"almost",
"already",
"also",
"anyway",
"appeared",
"appears",
"are a number",
"arguably",
"back",
"be able to",
"began",
"believed",
"better",
"bit",
"clearly",
"close",
"combats",
"completely",
"considered",
"could",
"decided",
"down",
"effective",
"efficient",
"enough",
"even",
"ever",
"exceedingly",
"excellent",
"expert",
"experts",
"extremely",
"fairly",
"far",
"felt",
"few",
"gains",
"heard",
"helps",
"huge",
"improved",
"interestingly",
"is a number",
"is like",
"just",
"knew",
"largely",
"like",
"linked to",
"literally",
"looked",
"looks",
"lots",
"many",
"might",
"most",
"mostly",
"not rocket science",
"noticed",
"often",
"only",
"outside the box",
"over",
"own",
"pretty",
"probably",
"quite",
"rather",
"real",
"realised",
"realized",
"really",
"recognised",
"recognized",
"relatively",
"remarkably",
"reportedly",
"saw",
"seemed",
"seems",
"several",
"significantly",
"smelled",
"so",
"some",
"somehow",
"sort",
"started",
"still",
"substantially",
"supports",
"supposed",
"surprisingly",
"that",
"then",
"thought",
"tiny",
"touched",
"understood",
"up",
"useful",
"various",
"vast",
"very",
"virtually",
"wanted",
"watched",
"well",
"wished",
"wondered",
"works"
]
<!--remark setext-->
<!--lint disable no-multiple-toplevel-headings -->
1.0.0 / 2016-01-15
==================
# weasels [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
List of _many_ English, both British and American, weasel words.
## Installation
[npm][npm-install]:
```bash
npm install weasels
```
**weasels** is also available for [duo][duo-install], and as an
AMD, CommonJS, and globals module, [uncompressed and compressed][releases].
## Usage
```js
var weasels = require('weasels');
weasels.length; // 116
console.log(weasels.slice(0, 10));
```
Yields:
```json
[
"a lot",
"about",
"acts",
"again",
"all",
"almost",
"already",
"also",
"anyway",
"appeared"
]
```
## API
### `weasels`
**Type**: `Array.<string>` — _Reportedly_, **weasels** exposes a list
of strings.
## Support
**weasels** supports _several_ weasel words and phrases. For a complete
list, see [support.md][support].
Note that the words listed in **weasels** _might_ or, in fact, _might_
not be weasels.
## Related
* [buzzwords](https://github.com/wooorm/buzzwords)
— List of buzzwords;
* [dale-chall](https://github.com/wooorm/dale-chall)
— List of familiar American-English words (1995);
* [fillers](https://github.com/wooorm/fillers)
— List of filler words.
* [hedges](https://github.com/wooorm/hedges)
— List of hedge words;
* [profanities](https://github.com/wooorm/profanities)
— List of profane words;
* [spache](https://github.com/wooorm/spache)
— List of simple American-English words (1974);
## License
[MIT][license] © [Titus Wormer][author]
<!-- Definitions -->
[travis-badge]: https://img.shields.io/travis/wooorm/weasels.svg
[travis]: https://travis-ci.org/wooorm/weasels
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/weasels.svg
[codecov]: https://codecov.io/github/wooorm/weasels
[npm-install]: https://docs.npmjs.com/cli/install
[duo-install]: http://duojs.org/#getting-started
[releases]: https://github.com/wooorm/weasels/releases
[license]: LICENSE
[support]: support.md
[author]: http://wooorm.com
+10
-16

@@ -1,23 +0,17 @@

'use strict';
/*
* Dependencies.
/**
* @author Titus Wormer
* @copyright 2016 Titus Wormer
* @license MIT
* @module weasels
* @fileoverview List of (possible) English weasel words.
*/
var Interface;
'use strict';
Interface = require('datalist-interface');
/* eslint-env commonjs */
/*
* Data.
* Expose.
*/
var words;
words = require('./data/weasels.json');
/*
* Expose weasels.
*/
module.exports = new Interface(words);
module.exports = require('./data/index.json');
(The MIT License)
Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
Copyright (c) 2016 Titus Wormer <mailto:tituswormer@gmail.com>

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining

{
"name": "weasels",
"version": "0.2.2",
"version": "1.0.0",
"description": "List of (possible) English weasel words",

@@ -11,5 +11,6 @@ "license": "MIT",

],
"dependencies": {
"datalist-interface": "^0.2.0"
},
"files": [
"index.js",
"data/index.json"
],
"repository": {

@@ -19,26 +20,35 @@ "type": "git",

},
"author": "Titus Wormer <tituswormer@gmail.com>",
"bugs": "https://github.com/wooorm/weasels/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"dependencies": {},
"devDependencies": {
"eslint": "^0.10.0",
"istanbul": "^0.3.0",
"jscs": "^1.0.0",
"jscs-jsdoc": "^0.3.0",
"mocha": "^2.0.0",
"plain-text-data-to-json": "^0.1.0"
"browserify": "^13.0.0",
"eslint": "^1.0.0",
"esmangle": "^1.0.0",
"istanbul": "^0.4.0",
"jscs": "^2.0.0",
"jscs-jsdoc": "^1.0.0",
"plain-text-data-to-json": "^0.1.3",
"remark": "^3.0.0",
"remark-comment-config": "^2.0.2",
"remark-github": "^3.0.0",
"remark-lint": "^2.2.1",
"remark-slug": "^3.0.1",
"remark-validate-links": "^2.0.2",
"tape": "^4.0.0"
},
"scripts": {
"test": "_mocha --check-leaks test.js",
"test-travis": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
"coverage": "istanbul cover _mocha -- -- test.js",
"lint-api": "eslint index.js",
"lint-test": "eslint --env mocha test.js",
"lint-script": "eslint script/build-data.js script/build-support.js",
"lint-style": "jscs --reporter inline index.js test.js script/build-data.js script/build-support.js",
"lint": "npm run lint-api && npm run lint-test && npm run lint-script && npm run lint-style",
"make": "npm run lint && npm run coverage",
"build-md": "remark . --quiet --frail",
"build-data": "node script/build-data.js",
"build-support": "node script/build-support.js",
"build": "npm run build-data && npm run build-support",
"prepublish": "npm build"
"build-bundle": "browserify index.js --bare -s weasels > weasels.js",
"build-mangle": "esmangle weasels.js > weasels.min.js",
"build": "npm run build-md && npm run build-data && npm run build-support && npm run build-bundle && npm run build-mangle",
"lint-api": "eslint .",
"lint-style": "jscs --reporter inline .",
"lint": "npm run lint-api && npm run lint-style",
"test-api": "node test.js",
"test-coverage": "istanbul cover test.js",
"test": "npm run build && npm run lint && npm run test-coverage"
}
}
[
"a lot",
"about",
"acts",
"again",
"all",
"almost",
"already",
"also",
"anyway",
"appeared",
"appears",
"are a number",
"arguably",
"back",
"be able to",
"began",
"believed",
"better",
"bit",
"clearly",
"close",
"combats",
"completely",
"considered",
"could",
"decided",
"down",
"effective",
"efficient",
"enough",
"even",
"ever",
"exceedingly",
"excellent",
"expert",
"experts",
"extremely",
"fairly",
"far",
"felt",
"few",
"gains",
"heard",
"helps",
"huge",
"improved",
"interestingly",
"is a number",
"is like",
"just",
"knew",
"largely",
"like",
"linked to",
"literally",
"looked",
"looks",
"lots",
"many",
"might",
"most",
"mostly",
"not rocket science",
"noticed",
"often",
"only",
"outside the box",
"over",
"own",
"pretty",
"probably",
"quite",
"rather",
"real",
"realised",
"realized",
"really",
"recognised",
"recognized",
"relatively",
"remarkably",
"reportedly",
"saw",
"seemed",
"seems",
"several",
"significantly",
"smelled",
"so",
"some",
"somehow",
"sort",
"started",
"still",
"substantially",
"supports",
"supposed",
"surprisingly",
"that",
"then",
"thought",
"tiny",
"touched",
"understood",
"up",
"useful",
"various",
"vast",
"very",
"virtually",
"wanted",
"watched",
"well",
"wished",
"wondered",
"works"
]
# weasels [![Build Status](https://img.shields.io/travis/wooorm/weasels.svg?style=flat)](https://travis-ci.org/wooorm/weasels) [![Coverage Status](https://img.shields.io/coveralls/wooorm/weasels.svg?style=flat)](https://coveralls.io/r/wooorm/weasels?branch=master)
List of _many_ English, both British and American, weasel words.
## Installation
npm:
```sh
$ npm install weasels
```
Component.js:
```sh
$ component install wooorm/weasels
```
## Usage
```js
var weasels = require('weasels');
weasels.is('vast'); // true
weasels.is('weasel'); // false
weasels.add('unicorn');
weasels.is('unicorn'); // true
weasels.remove('unicorn');
weasels.is('unicorn'); // false
```
## API
_Reportedly_, **weasels** exposes functions using [the datalist-interface API](https://github.com/wooorm/datalist-interface#api).
## Supported words
**weasels** supports _several_ weasel words and phrases. For a complete list, see [Support.md](Support.md).
Note that the words listed in **weasels** _might_ or, in fact, _might_ not be weasels.
## Related
- [buzzwords](https://github.com/wooorm/buzzwords) — List of buzzwords;
- [fillers](https://github.com/wooorm/fillers) — List of filler words;
- [profanities](https://github.com/wooorm/profanities) — List of profane words;
- [hedges](https://github.com/wooorm/hedges) — List of hedge words.
## License
MIT © [Titus Wormer](http://wooorm.com)