node-red-contrib-trashschedule
Advanced tools
Comparing version 0.8.7 to 1.0.4
{ | ||
"name": "node-red-contrib-trashschedule", | ||
"version": "0.8.7", | ||
"version": "1.0.4", | ||
"deprecated": false, | ||
"description": "NodeRED module to manage trash schedule events", | ||
"description": "NodeRED Node to manage trash schedule events", | ||
"node-red": { | ||
@@ -12,3 +12,3 @@ "nodes": { | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "" | ||
}, | ||
@@ -39,3 +39,4 @@ "keywords": [ | ||
}, | ||
"homepage": "https://github.com/MariusLang/node-red-contrib-trashschedule#readme" | ||
"homepage": "https://github.com/MariusLang/node-red-contrib-trashschedule#readme", | ||
"dependencies": {} | ||
} |
@@ -9,3 +9,5 @@ /* eslint-disable no-shadow */ | ||
const trashschedule = config.trashschedule; | ||
let trashschedule = []; | ||
trashschedule = config.trashschedule; | ||
const skipHour = config.skipHour; | ||
@@ -12,0 +14,0 @@ |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
1
111685
276