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

@emartech/program-executor

Package Overview
Dependencies
Maintainers
264
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.19.1
to
3.19.2
+2
-1
.github/workflows/main.yaml

@@ -77,3 +77,4 @@ name: CI

github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
target-development: 'minor'
target-production: 'minor'
deploy:

@@ -80,0 +81,0 @@ name: deploy

@@ -22,7 +22,7 @@ {

"dependencies": {
"@emartech/json-logger": "9.2.1",
"@emartech/pubsub-client-js": "^1.6.3",
"@emartech/rabbitmq-client": "5.11.0",
"@emartech/json-logger": "9.2.3",
"@emartech/pubsub-client-js": "^1.6.4",
"@emartech/rabbitmq-client": "5.12.0",
"camelcase-keys": "^6.2.2",
"graphql": "^16.13.1"
"graphql": "^16.13.2"
},

@@ -32,14 +32,17 @@ "engines": {

},
"overrides": {
"brace-expansion": "2.1.0"
},
"devDependencies": {
"dotenv": "^17.3.1",
"eslint": "^10.0.3",
"dotenv": "^17.4.2",
"eslint": "^10.2.1",
"eslint-config-emarsys": "5.1.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-security": "^4.0.0",
"jest": "29.0.0",
"knex": "^3.1.0",
"jest": "30.3.0",
"knex": "^3.2.9",
"pg": "^8.20.0",
"semantic-release": "^25.0.3"
},
"version": "3.19.1"
"version": "3.19.2"
}