Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-trashschedule

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.8.7 to 1.0.4

.eslintignore

9

package.json
{
"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 @@

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