Socket
Socket
Sign inDemoInstall

bree

Package Overview
Dependencies
8
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

6

index.js

@@ -327,5 +327,5 @@ const { Worker } = require('worker_threads');

getHumanToMs(value) {
value = humanInterval(value);
if (Number.isNaN(value)) value = ms(value);
getHumanToMs(_value) {
const value = humanInterval(_value);
if (Number.isNaN(value)) return ms(_value);
return value;

@@ -332,0 +332,0 @@ }

{
"name": "bree",
"description": "The best job scheduler for Node.js with support for cron, ms, and human-friendly strings. Uses workers and spawns sandboxed processes. Supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and the most lightweight tool for the job. Made for Lad.",
"version": "0.0.11",
"version": "0.0.12",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

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

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