Socket
Socket
Sign inDemoInstall

@kie-tools/backend-extended-services

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.21.0 to 0.22.0

kogito-extended-services-quarkus/target/kogito-extended-services-quarkus-0.22.0-runner.jar

3

index.js

@@ -17,5 +17,6 @@ /*

const buildEnv = require("@kie-tools/build-env");
const path = require("path");
const fs = require("fs");
const { env } = require("./env");
const buildEnv = env;

@@ -22,0 +23,0 @@ module.exports = {

{
"name": "@kie-tools/backend-extended-services",
"version": "0.21.0",
"version": "0.22.0",
"description": "",
"license": "Apache-2.0",
"keywords": [],
"homepage": "https://github.com/kiegroup/kie-tools",
"repository": {

@@ -10,19 +12,30 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/kiegroup/kie-tools/issues"
},
"files": [
"index.js",
"**/target/*.jar"
"**/target/*.jar",
"index.js"
],
"devDependencies": {
"@kie-tools-core/run-script-if": "0.21.0",
"@kie-tools/build-env": "0.21.0"
"@kie-tools-core/maven-config-setup-helper": "0.22.0",
"@kie-tools-core/run-script-if": "0.22.0",
"@kie-tools/build-env": "0.22.0"
},
"kieTools": {
"requiredPreinstalledCliCommands": [
"java",
"mvn"
]
},
"scripts": {
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command",
"lint": "echo 'Linting'",
"install:mvnw": "mvn wrapper:wrapper -f kogito-extended-services-quarkus",
"build:dev": "pnpm install:mvnw && mvn clean install -DskipTests",
"build:prod:win32": "pnpm install:mvnw && yarn powershell mvn clean install `-DskipTests=$(build-env global.build.test --not)",
"build:prod": "pnpm lint && run-script-os",
"build:prod:darwin:linux": "pnpm install:mvnw && mvn clean install -DskipTests=$(build-env global.build.test --not)",
"build:prod": "pnpm lint && run-script-os"
"build:prod:win32": "pnpm install:mvnw && pnpm powershell \"mvn clean install `-DskipTests=$(build-env global.build.test --not)\"",
"install": "node install.js",
"install:mvnw": "mvn wrapper:wrapper -f kogito-extended-services-quarkus",
"lint": "echo 'Linting'",
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc