node-red-contrib-unfluff
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package