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

@nlpjs/lang-en-min

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/lang-en-min - npm Package Compare versions

Comparing version 4.1.4 to 4.3.0

6

package.json
{
"name": "@nlpjs/lang-en-min",
"version": "4.1.4",
"version": "4.3.0",
"description": "Core",

@@ -28,5 +28,5 @@ "author": {

"dependencies": {
"@nlpjs/core": "^4.1.4"
"@nlpjs/core": "^4.3.0"
},
"gitHead": "99500ae2f3e16666fa5cc08a486664ef5267e810"
"gitHead": "68b063504d4cc94d11de373516114befc7c4e648"
}

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -52,3 +52,3 @@ /*

const result = [];
arr.forEach(item => {
arr.forEach((item) => {
const lowitem = item.toLowerCase();

@@ -66,3 +66,3 @@ if (contractionsBase[lowitem]) {

const replaced = this.replace(text);
const arr = replaced.split(/[\s,.!?;:([\]'"¡¿)/]+/).filter(x => x);
const arr = replaced.split(/[\s,.!?;:([\]'"¡¿)/]+/).filter((x) => x);
return this.replaceContractions(arr, text);

@@ -69,0 +69,0 @@ }

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