Socket
Socket
Sign inDemoInstall

dale-chall-formula

Package Overview
Dependencies
0
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

20

package.json
{
"name": "dale-chall-formula",
"version": "1.0.3",
"version": "1.0.4",
"description": "Formula to detect the grade level of text according to the (revised) Dale-Chall Readability Formula (1995)",

@@ -14,5 +14,5 @@ "license": "MIT",

"bugs": "https://github.com/words/dale-chall-formula/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -25,10 +25,10 @@ "files": [

"browserify": "^16.0.0",
"is-nan": "^1.2.1",
"nyc": "^13.0.0",
"prettier": "^1.14.2",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"is-nan": "^1.0.0",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"xo": "^0.22.0"
"tinyify": "^2.0.0",
"xo": "^0.24.0"
},

@@ -35,0 +35,0 @@ "scripts": {

@@ -1,6 +0,11 @@

# dale-chall-formula [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# dale-chall-formula
Formula to detect the grade level of text according to the
[(revised) Dale–Chall Readability Formula][formula].
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
Formula to detect the grade level of text according to the [(revised) Dale–Chall
Readability Formula][formula].
See [dale-chall][list] for a list of words which count as “familiar”.

@@ -34,5 +39,5 @@

Given the number of words (`word`), the number of sentences (`sentence`),
and the number of unique unfamiliar words in a document (`difficultWord`),
returns the score associated with the document.
Given the number of words (`word`), the number of sentences (`sentence`), and
the number of unique unfamiliar words in a document (`difficultWord`), returns
the score associated with the document.

@@ -76,10 +81,18 @@ ### `daleChallFormula.gradeLevel(score)`

[travis-badge]: https://img.shields.io/travis/words/dale-chall-formula.svg
[build-badge]: https://img.shields.io/travis/words/dale-chall-formula.svg
[travis]: https://travis-ci.org/words/dale-chall-formula
[build]: https://travis-ci.org/words/dale-chall-formula
[codecov-badge]: https://img.shields.io/codecov/c/github/words/dale-chall-formula.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/words/dale-chall-formula.svg
[codecov]: https://codecov.io/github/words/dale-chall-formula
[coverage]: https://codecov.io/github/words/dale-chall-formula
[downloads-badge]: https://img.shields.io/npm/dm/dale-chall-formula.svg
[downloads]: https://www.npmjs.com/package/dale-chall-formula
[size-badge]: https://img.shields.io/bundlephobia/minzip/dale-chall-formula.svg
[size]: https://bundlephobia.com/result?p=dale-chall-formula
[npm]: https://docs.npmjs.com/cli/install

@@ -89,6 +102,6 @@

[author]: http://wooorm.com
[author]: https://wooorm.com
[formula]: http://en.wikipedia.org/wiki/Dale–Chall_readability_formula
[formula]: https://en.wikipedia.org/wiki/Dale–Chall_readability_formula
[list]: https://github.com/words/dale-chall
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc