Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nlcst-normalize

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlcst-normalize - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

24

package.json
{
"name": "nlcst-normalize",
"version": "2.1.3",
"description": "Normalize a word for easier comparison",
"version": "2.1.4",
"description": "nlcst utility to normalize a word for easier comparison",
"license": "MIT",
"keywords": [
"normalize",
"unist",
"nlcst",
"retext",
"utility"
"nlcst-util",
"util",
"utility",
"normalize"
],
"repository": "syntax-tree/nlcst-normalize",
"bugs": "https://github.com/syntax-tree/nlcst-normalize/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -26,9 +32,9 @@ "contributors": [

"browserify": "^16.0.0",
"nyc": "^14.0.0",
"nyc": "^15.0.0",
"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"xo": "^0.24.0"
"xo": "^0.26.0"
},

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

@@ -21,3 +21,3 @@ # nlcst-normalize

## Usage
## Use

@@ -48,4 +48,5 @@ ```js

Normalize a word (`string`, [`Node`][node], `Array.<Node>`) for easier
comparison. Always normalises smart apostrophes (`’`) to straight
apostrophes (`'`) and lowercases alphabetical characters (`[A-Z]`).
comparison.
Always normalizes smart apostrophes (`’`) to straight apostrophes (`'`) and
lowercases alphabetical characters (`[A-Z]`).

@@ -66,4 +67,4 @@ ###### `options.allowApostrophes`

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

@@ -99,3 +100,3 @@

[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg

@@ -102,0 +103,0 @@ [chat]: https://spectrum.chat/unified/syntax-tree

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