Socket
Socket
Sign inDemoInstall

syllable

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syllable - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

12

package.json
{
"name": "syllable",
"version": "4.0.0",
"version": "4.0.1",
"description": "Count syllables in English words",

@@ -16,2 +16,6 @@ "license": "MIT",

"repository": "words/syllable",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"bugs": "https://github.com/words/syllable/issues",

@@ -34,4 +38,3 @@ "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

"browserify": "^16.0.0",
"execa": "^2.0.0",
"nyc": "^14.0.0",
"nyc": "^15.0.0",
"prettier": "^1.0.0",

@@ -42,3 +45,3 @@ "remark-cli": "^7.0.0",

"tinyify": "^2.0.0",
"xo": "^0.24.0"
"xo": "^0.25.0"
},

@@ -72,2 +75,3 @@ "scripts": {

"rules": {
"unicorn/prefer-includes": "off",
"guard-for-in": "off"

@@ -74,0 +78,0 @@ },

@@ -20,3 +20,3 @@ # syllable

```javascript
```js
var syllable = require('syllable')

@@ -37,3 +37,3 @@

```text
```txt
Usage: syllable [options] <words...>

@@ -66,2 +66,45 @@

## Related
* [`automated-readability`](https://github.com/words/automated-readability)
— Formula to detect ease of reading according to the Automated Readability
Index (1967)
* [`buzzwords`](https://github.com/words/buzzwords)
— List of buzzwords
* [`coleman-liau`](https://github.com/words/coleman-liau)
— Formula to detect the ease of reading a text according to the Coleman-Liau
index (1975)
* [`cuss`](https://github.com/words/cuss)
— Map of profane words to a rating of sureness
* [`dale-chall`](https://github.com/words/dale-chall)
— List of easy American-English words: The New Dale-Chall (1995)
* [`dale-chall-formula`](https://github.com/words/dale-chall-formula)
— Formula to find the grade level according to the (revised) Dale–Chall
Readability Formula (1995)
* [`fillers`](https://github.com/words/fillers)
— List of filler words
* [`flesch`](https://github.com/words/flesch)
— Formula to detect the ease of reading a text according to Flesch Reading
Ease (1975)
* [`flesch-kincaid`](https://github.com/words/flesch-kincaid)
— Formula to detect the grade level of text according to Flesch–Kincaid
Grade Level (1975)
* [`gunning-fog`](https://github.com/words/gunning-fog)
— Formula to detect the ease of reading a text according to the Gunning fog
index (1952)
* [`hedges`](https://github.com/words/hedges)
— List of hedge words
* [`profanities`](https://github.com/words/profanities)
— List of profane words
* [`smog-formula`](https://github.com/words/smog-formula)
— Formula to detect the ease of reading a text according to the SMOG
(Simple Measure of Gobbledygook) formula (1969)
* [`spache`](https://github.com/words/spache)
— List of familiar American-English words (1974)
* [`spache-formula`](https://github.com/words/spache-formula)
— Uses a dictionary, suited for lower reading levels
* [`weasels`](https://github.com/words/weasels)
— Formula to detect the grade level of text according to the (revised)
Spache Readability Formula (1974)
## License

@@ -68,0 +111,0 @@

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