Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@emartech/program-executor

Package Overview
Dependencies
Maintainers
95
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/program-executor - npm Package Compare versions

Comparing version
1.4.0
to
1.4.1
+1
-1
package.json

@@ -45,3 +45,3 @@ {

},
"version": "1.4.0"
"version": "1.4.1"
}

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

const programExecutorProcessor = require('./program-executor-processor').create(
this._programsRepository,
this._programHandler,
this._queueManager,

@@ -39,0 +39,0 @@ jobLibrary

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

expect(ProgramExecutorProcessor.create).to.have.been.calledWith(
this.sinon.match.instanceOf(ProgramsRepository),
this.sinon.match.instanceOf(ProgramHandler),
this.sinon.match.instanceOf(QueueManager),

@@ -65,0 +65,0 @@ testJobLibrary