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

gotsentimental

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gotsentimental - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "gotsentimental",
"version": "0.5.0",
"version": "0.5.1",
"description": "GoT Twitter Sentiment Analysis",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -760,3 +760,3 @@ // function to parse string in the format 2006-01-02 to JavaScript's Date type

});
} else if (w > 500 || dmn < (3 * 365 * 86400000)) { //Show season start
} else if (w > 400 || dmn < (3 * 365 * 86400000)) { //Show season start
eAxis.tickFormat(function (d, i) {

@@ -763,0 +763,0 @@ return self.episodeData[i].seasonStartLabel;

# gotsentimental [![Build Status](https://travis-ci.org/Rostlab/JS16_ProjectD_Group4.svg?branch=develop)](https://travis-ci.org/Rostlab/JS16_ProjectD_Group4) [![npm](https://img.shields.io/npm/v/gotsentimental.svg)](https://www.npmjs.com/package/gotsentimental)
GoT Twitter Sentiment Analysis
![Image of the gotsentimental graph for character Jon Snow](http://i.imgur.com/DTjD3bt.png)
_As seen on www.got.show_
## Installing

@@ -5,0 +9,0 @@ ```sh

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