Socket
Socket
Sign inDemoInstall

sentiment

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.1.0

.npmignore

1

lib/tokenize.js

@@ -11,4 +11,5 @@ /*eslint no-useless-escape: "off"*/

.toLowerCase()
.replace(/\n/g, ' ')
.replace(/[.,\/#!$%\^&\*;:{}=_`\"~()]/g, '')
.split(' ');
};

2

package.json

@@ -5,3 +5,3 @@ {

"description": "AFINN-based sentiment analysis for Node.js",
"version": "4.0.1",
"version": "4.1.0",
"license": "MIT",

@@ -8,0 +8,0 @@ "homepage": "https://github.com/thisandagain/sentiment",

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