Socket
Socket
Sign inDemoInstall

horseman-article-parser

Package Overview
Dependencies
221
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

1

index.js

@@ -312,3 +312,2 @@ var phantomjs = require('phantomjs-prebuilt')

results = results[0].messages
console.error(results)
resolve(results)

@@ -315,0 +314,0 @@ })

2

package.json
{
"name": "horseman-article-parser",
"version": "0.0.3",
"version": "0.0.4",
"description": "Web Page Inspection Tool. Sentiment Analysis, Keyword Extraction, Named Entity Recognition & Spell Check",

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

@@ -33,3 +33,3 @@ # Horseman Article Parser

url: article.url,
sentiment: article.sentiment,
sentiment: { score: article.sentiment.score, comparative: article.sentiment.comparative },
keyphrases: article.processed.keyphrases,

@@ -43,4 +43,2 @@ people: article.people,

},
image: article.meta['og:image'],
screenshot: article.mobile,
spelling: article.spelling

@@ -52,4 +50,4 @@ }

.catch(function (error) {
console.log(error.message)
console.log(error.stack);
console.log(error.message)
console.log(error.stack);
})

@@ -56,0 +54,0 @@ ```

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