Socket
Socket
Sign inDemoInstall

bree

Package Overview
Dependencies
11
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.1 to 8.0.2

2

package.json
{
"name": "bree",
"description": "The best job scheduler for Node.js and JavaScript with cron, dates, ms, later, and human-friendly support. Works in Node v12.11.0+, uses worker threads to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and lightweight. Made for Forward Email and Lad.",
"version": "8.0.1",
"version": "8.0.2",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -6,0 +6,0 @@ "ava": {

@@ -174,3 +174,5 @@ <h1 align="center">

cronValidate: {
useBlankDay: true
override: {
useBlankDay: true
}
}

@@ -177,0 +179,0 @@ },

@@ -99,3 +99,3 @@ // Definitions by: Taylor Schley <https://github.com/shadowgate15>

type BreeOptions = Partial<BreeConfigs> & {
type BreeOptions = Partial<Omit<BreeConfigs, 'jobs'>> & {
jobs?: Array<string | (() => void) | JobOptions>;

@@ -102,0 +102,0 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc