Socket
Socket
Sign inDemoInstall

horseman-article-parser

Package Overview
Dependencies
185
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

16

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

@@ -22,3 +22,3 @@ "main": "index.js",

"clean-html": "^1.5.0",
"compromise": "^11.12.0",
"compromise": "^11.13.0",
"dictionary-en-gb": "^2.0.0",

@@ -29,9 +29,9 @@ "html-to-text": "^4.0.0",

"node-horseman": "^3.3.0",
"node-readability": "^2.2.0",
"node-readability": "^3.0.0",
"phantomjs-prebuilt": "^2.1.14",
"retext": "^5.0.0",
"retext-keywords": "^4.0.0",
"retext-spell": "^2.3.1",
"retext-keywords": "^4.0.2",
"retext-spell": "^2.4.0",
"sentiment": "^5.0.1",
"vfile-reporter-json": "^1.0.2"
"vfile-reporter-json": "^1.0.3"
},

@@ -42,5 +42,5 @@ "engines": {

"devDependencies": {
"eslint": "^5.6.0",
"eslint": "^5.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^7.0.1",

@@ -47,0 +47,0 @@ "eslint-plugin-promise": "^4.0.1",

@@ -112,7 +112,7 @@ # Horseman Article Parser

Please feel free to fork the repo or open pull requests to the development branch. I've used [eslint](https://eslint.org/) for linting & [yarn](https://yarnpkg.com/en/) for dependency management.
Please feel free to fork the repo or open pull requests to the development branch. I've used [eslint](https://eslint.org/) for linting.
Build the dependencies with:
```
yarn
npm install
```

@@ -122,3 +122,3 @@

```
yarn lint
npm lint
```

@@ -125,0 +125,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