Socket
Socket
Sign inDemoInstall

rss-fulltext

Package Overview
Dependencies
189
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

3

libs/readability-backend/cli.js

@@ -10,2 +10,3 @@ 'use strict';

var spawn = require('child_process').spawn;
var appRoot = require('app-root-path');

@@ -48,3 +49,3 @@ function ReadabilityCliBackend() {

var readabilityCli = spawn('./readability-cli.js', [item.link]);
var readabilityCli = spawn(appRoot + '/readability-cli.js', [item.link]);

@@ -51,0 +52,0 @@ readabilityCli.stdout.on('data', function (data) {

{
"name": "rss-fulltext",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rss to Full Rss proxy.",

@@ -23,2 +23,3 @@ "repository": {

"dependencies": {
"app-root-path": "^0.1.0",
"async": "^0.9.0",

@@ -25,0 +26,0 @@ "chalk": "^0.5.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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