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

sentiment-ptbr

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sentiment-ptbr - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

build/index.js
/**
* Converts raw AFINN data to JSON hash table.
*
* @package sentiment
* @author Andrew Sliwinski <andrew@diy.org>
* @package sentiment-ptbr
* @author Andrew Sliwinski <andrew@diy.org> modified by Aristeu Roriz (pt-BR)
*/

@@ -7,0 +7,0 @@

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

"description": "AFINN-based sentiment analysis for Node.js PS: modified by Aristeu Roriz for test use only",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/aristeuroriz/sentiment-ptbr",

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

@@ -20,3 +20,3 @@ ## sentiment (pt-BR)

```javascript
var sentiment = require('sentiment');
var sentiment = require('sentiment-ptbr');

@@ -33,3 +33,3 @@ var r1 = sentiment('Gatos são estúpidos!');

```javascript
var sentiment = require('sentiment');
var sentiment = require('sentiment-ptbr');

@@ -36,0 +36,0 @@ var result = sentiment('Gatos são incríveis!', {

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