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

@emartech/program-executor

Package Overview
Dependencies
Maintainers
285
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.14.0
to
3.15.0
+3
-1
.github/workflows/main.yaml

@@ -10,3 +10,3 @@ name: CI

env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISHER_TOKEN }}
NPM_TOKEN: ${{ github.actor == 'dependabot[bot]' && secrets.NPM_DEPLOYER_TOKEN || secrets.NPM_PUBLISHER_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

@@ -65,2 +65,4 @@ CI_REPO_NAME: ${{ github.repository }}

dependabot-auto-merge:
if: ${{ vars.DEPENDABOT_AUTO_MERGE == 'true' }}
needs: test

@@ -67,0 +69,0 @@ runs-on: ubuntu-latest

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

"dependencies": {
"@emartech/json-logger": "9.1.0",
"@emartech/pubsub-client-js": "^1.2.7",
"@emartech/rabbitmq-client": "5.9.1",
"@emartech/json-logger": "9.2.0",
"@emartech/pubsub-client-js": "^1.5.0",
"@emartech/rabbitmq-client": "5.11.0",
"camelcase-keys": "^6.2.2",
"graphql": "^16.11.0"
"graphql": "^16.12.0"
},

@@ -33,4 +33,4 @@ "engines": {

"devDependencies": {
"dotenv": "^17.2.1",
"eslint": "^9.34.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"eslint-config-emarsys": "5.1.0",

@@ -42,5 +42,5 @@ "eslint-plugin-no-only-tests": "^3.3.0",

"pg": "^8.16.3",
"semantic-release": "^24.2.0"
"semantic-release": "^25.0.2"
},
"version": "3.14.0"
"version": "3.15.0"
}