Socket
Socket
Sign inDemoInstall

node-red-contrib-unfluff

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

node-red-contrib-unfluff - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

package.json
{
"name": "node-red-contrib-unfluff",
"version": "0.9.1",
"version": "0.9.2",
"description": "An automatic web page content extractor.",

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

@@ -95,3 +95,3 @@ const https = require('https');

let results = getText(data.url);
node.status({ fill: 'orange', shape: 'ring', text: 'Requesting' });
node.status({ fill: 'yellow', shape: 'ring', text: 'Requesting' });
results.then((value) => {

@@ -98,0 +98,0 @@ if (value.error) {

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