You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sentiment-and-keyword

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sentiment-and-keyword - npm Package Compare versions

Comparing version

to
1.0.1

8

package.json
{
"name": "sentiment-and-keyword",
"version": "1.0.0",
"version": "1.0.1",
"description": "Analyze strings based on sentiment and keyword strength using synonyms sentiment analysis",

@@ -16,3 +16,7 @@ "main": "index.js",

"author": "Ashley Sanders",
"license": "ISC"
"license": "ISC",
"dependencies": {
"sentiment": "^5.0.2",
"thesaurus": "0.0.1"
}
}