New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kue-unique

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kue-unique - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

index.js

@@ -194,3 +194,7 @@ 'use strict';

var id = _.first(_.values(uniqueJobData));
Job.get(id, next);
Job.get(id, function(error, job) {
//flag job as already exist
job.alreadyExist = true;
next(error, job);
});
}

@@ -197,0 +201,0 @@

2

package.json
{
"name": "kue-unique",
"version": "0.1.2",
"version": "0.1.3",
"description": "Unique job utility for kue",

@@ -5,0 +5,0 @@ "main": "index.js",

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