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.0.0-rc.18 to 4.0.0-rc.19

src/trigrams.js

6

package.json
{
"name": "@nlpjs/lang-en-min",
"version": "4.0.0-rc.18",
"version": "4.0.0-rc.19",
"description": "Core",

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

"dependencies": {
"@nlpjs/core": "^4.0.0-rc.18"
"@nlpjs/core": "^4.0.0-rc.19"
},
"gitHead": "fa465a58a0a6b683b6724b9dc836c30bd0daee2e"
"gitHead": "6f2acf589a7135e3e49f185f15a819892b5d5b84"
}

@@ -30,2 +30,3 @@ /*

const SentimentEn = require('./sentiment/sentiment_en');
const registerTrigrams = require('./trigrams');

@@ -39,2 +40,3 @@ module.exports = {

SentimentEn,
registerTrigrams,
};

@@ -29,2 +29,3 @@ /*

const SentimentEn = require('./sentiment/sentiment_en');
const registerTrigrams = require('./trigrams');

@@ -38,2 +39,3 @@ class LangEn {

container.register('sentiment-en', SentimentEn);
registerTrigrams(container);
}

@@ -40,0 +42,0 @@ }

@@ -58,3 +58,3 @@ /*

// literal, line 27
if (!this.eq_s(1, "'")) {
if (!this.eq_s("'")) {
break;

@@ -79,3 +79,3 @@ }

// literal, line 28
if (!this.eq_s(1, 'y')) {
if (!this.eq_s('y')) {
break;

@@ -118,3 +118,3 @@ }

// literal, line 29
if (!this.eq_s(1, 'y')) {
if (!this.eq_s('y')) {
break;

@@ -546,3 +546,3 @@ }

// literal, line 94
if (!this.eq_s_b(1, 'y')) {
if (!this.eq_s_b('y')) {
break;

@@ -554,3 +554,3 @@ }

// literal, line 94
if (!this.eq_s_b(1, 'Y')) {
if (!this.eq_s_b('Y')) {
return false;

@@ -691,3 +691,3 @@ }

// literal, line 119
if (!this.eq_s_b(1, 'l')) {
if (!this.eq_s_b('l')) {
return false;

@@ -835,3 +835,3 @@ }

// literal, line 145
if (!this.eq_s_b(1, 's')) {
if (!this.eq_s_b('s')) {
break;

@@ -843,3 +843,3 @@ }

// literal, line 145
if (!this.eq_s_b(1, 't')) {
if (!this.eq_s_b('t')) {
return false;

@@ -923,3 +923,3 @@ }

// literal, line 152
if (!this.eq_s_b(1, 'l')) {
if (!this.eq_s_b('l')) {
return false;

@@ -1078,3 +1078,3 @@ }

// literal, line 203
if (!this.eq_s(1, 'Y')) {
if (!this.eq_s('Y')) {
break;

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