You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@imqueue/job

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imqueue/job - npm Package Compare versions

Comparing version

to
1.1.1

30

package.json
{
"name": "@imqueue/job",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple job queue",

@@ -39,24 +39,24 @@ "keywords": [

"dependencies": {
"@imqueue/core": "^1.11.0"
"@imqueue/core": "^1.11.9"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.3",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/mock-require": "^2.0.0",
"@types/node": "^14.14.6",
"@types/sinon": "^9.0.8",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"@types/node": "^16.11.6",
"@types/sinon": "^10.0.6",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"mocha-lcov-reporter": "^1.3.0",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"open": "^7.3.0",
"open": "^8.4.0",
"reflect-metadata": "^0.1.13",
"sinon": "^9.2.1",
"source-map-support": "^0.5.19",
"ts-node": "^9.0.0",
"sinon": "^11.1.2",
"source-map-support": "^0.5.20",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"yargs": "^16.1.0"
"typedoc": "^0.22.7",
"typescript": "^4.4.4",
"yargs": "^17.2.1"
},

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