Socket
Socket
Sign inDemoInstall

emotional

Package Overview
Dependencies
10
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -271,3 +271,3 @@ /*

// Retain negation across small words ("not a good").
} else if ((!_.isNull(n)) && _.strip(w, "'").length > 1) {
} else if ((!_.isNull(n)) && _str.strip(w, "'").length > 1) {
n = null;

@@ -274,0 +274,0 @@ }

@@ -6,3 +6,3 @@ {

"keywords": ["sentiment", "subjectivity", "objectivity", "polarity", "sentiment analysis"],
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",

@@ -9,0 +9,0 @@ "repository": {

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