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

pg-boss

Package Overview
Dependencies
Maintainers
1
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 0.3.4 to 0.3.5

2

lib/manager.js

@@ -16,3 +16,3 @@ 'use strict';

var Promise = require('bluebird');
var uuid = require('node-uuid');
var uuid = require('uuid');

@@ -19,0 +19,0 @@ var Db = require('./db');

{
"name": "pg-boss",
"version": "0.3.4",
"version": "0.3.5",
"description": "Queueing jobs in Node.js using PostgreSQL like a boss",

@@ -8,4 +8,4 @@ "main": "./lib/index.js",

"bluebird": "^3.4.0",
"node-uuid": "^1.4.7",
"pg": "^6.0.0"
"pg": "^6.0.0",
"uuid": "^3.0.0"
},

@@ -12,0 +12,0 @@ "devDependencies": {

@@ -49,3 +49,3 @@ Queueing jobs in Node.js using PostgreSQL like a boss.

* Node 0.10 or higher (It may work on older versions, but who's using < 0.10? :)
* Postgres 9.5 or higher (see background below for rationale)
* Postgres 9.5 or higher

@@ -52,0 +52,0 @@ ##Installation

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