Socket
Socket
Sign inDemoInstall

bree

Package Overview
Dependencies
34
Maintainers
3
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.2 to 9.2.3

src/index.d.ts

28

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.17.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": "9.2.2",
"version": "9.2.3",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -15,3 +15,3 @@ "bugs": {

"dependencies": {
"@breejs/later": "^4.1.0",
"@breejs/later": "^4.2.0",
"boolean": "^3.2.0",

@@ -28,14 +28,13 @@ "combine-errors": "^3.0.3",

"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@goto-bus-stop/envify": "^5.0.0",
"@sinonjs/fake-timers": "^11.2.2",
"@types/node": "^20.9.3",
"@types/node": "^20.12.7",
"@types/safe-timers": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"ava": "^5.3.1",
"cross-env": "^7.0.3",
"delay": "5",
"dtslint": "^4.2.1",
"eslint": "8.39.0",

@@ -45,8 +44,9 @@ "eslint-config-xo-lass": "^2.0.1",

"fixpack": "^4.0.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"into-stream": "7",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.2",
"nyc": "^15.1.0",
"remark-cli": "11",
"remark-preset-github": "^4.0.4",
"tsd": "^0.31.0",
"xo": "0.54"

@@ -58,4 +58,3 @@ },

"files": [
"src",
"types/index.d.ts"
"src"
],

@@ -155,3 +154,2 @@ "homepage": "https://github.com/breejs/bree",

"ava": "cross-env NODE_ENV=test ava",
"dtslint": "cross-env NODE_ENV=test dtslint types",
"lint": "npm run lint:js && npm run lint:md && fixpack",

@@ -163,6 +161,6 @@ "lint:js": "xo --fix --ignore examples/",

"pretest": "npm run lint",
"test": "npm run ava && npm run dtslint",
"test": "npm run ava && tsd",
"test-coverage": "cross-env NODE_ENV=test nyc npm run test"
},
"types": "types"
"types": "src/index.d.ts"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc