🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@emartech/program-executor

Package Overview
Dependencies
Maintainers
297
Versions
57
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
3.16.1
to
3.17.0
+2
-0
.github/workflows/main.yaml

@@ -75,2 +75,4 @@ name: CI

- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

@@ -77,0 +79,0 @@ deploy:

+6
-6

@@ -22,3 +22,3 @@ {

"dependencies": {
"@emartech/json-logger": "9.2.0",
"@emartech/json-logger": "9.2.1",
"@emartech/pubsub-client-js": "^1.6.2",

@@ -33,4 +33,4 @@ "@emartech/rabbitmq-client": "5.11.0",

"devDependencies": {
"dotenv": "^17.2.3",
"eslint": "^9.39.2",
"dotenv": "^17.2.4",
"eslint": "^10.0.0",
"eslint-config-emarsys": "5.1.0",

@@ -41,6 +41,6 @@ "eslint-plugin-no-only-tests": "^3.3.0",

"knex": "^3.1.0",
"pg": "^8.17.1",
"semantic-release": "^25.0.2"
"pg": "^8.18.0",
"semantic-release": "^25.0.3"
},
"version": "3.16.1"
"version": "3.17.0"
}