Socket
Socket
Sign inDemoInstall

node-normalizer

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-normalizer - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

1

data/contractions.txt

@@ -104,2 +104,3 @@ sha_n't shall+not

it_'s it+is
it's it+is
let's let+us

@@ -106,0 +107,0 @@ let_'s let+us

2

package.json
{
"name": "node-normalizer",
"version": "0.0.3",
"version": "0.0.4",
"description": "Normalize and clean text",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -25,2 +25,3 @@

norm.clean("do n't make it right").should.eql("do not make it right");
norm.clean("it's all good").should.eql("it is all good");
});

@@ -27,0 +28,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