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

pg-boss

Package Overview
Dependencies
Maintainers
0
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-boss - npm Package Compare versions

Comparing version 10.1.3 to 10.1.4

8

package.json
{
"name": "pg-boss",
"version": "10.1.3",
"version": "10.1.4",
"description": "Queueing jobs in Postgres from Node.js like a boss",

@@ -11,10 +11,10 @@ "main": "./src/index.js",

"cron-parser": "^4.9.0",
"pg": "^8.12.0",
"pg": "^8.13.0",
"serialize-error": "^8.1.0"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/node": "^20.16.9",
"luxon": "^3.5.0",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"nyc": "^17.1.0",
"standard": "^17.1.2"

@@ -21,0 +21,0 @@ },

@@ -43,3 +43,3 @@ Queueing jobs in Postgres from Node.js like a boss.

## Summary
## Summary <!-- {docsify-ignore-all} -->
* Exactly-once job delivery

@@ -71,3 +71,3 @@ * Create jobs within your existing database transaction

## Documentation
* [Docs](docs/readme.md)
* [Docs](https://timgit.github.io/pg-boss/)

@@ -74,0 +74,0 @@ ## Contributing

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