Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@elastic.io/component-build-helper

Package Overview
Dependencies
Maintainers
12
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/component-build-helper - npm Package Compare versions

Comparing version 0.1.0-dev.1 to 0.1.0-dev.2

2

dist/src/DockerfileGenerator.js

@@ -123,2 +123,3 @@ "use strict";

'ARG RESOURCES_MAIN_DIR=./build/resources/main',
'ARG DEPENDENCIES_DIR=./build/dependencies',
'ENV CLASSPATH $CLASSES_MAIN_DIR:$RESOURCES_MAIN_DIR:$DEPENDENCIES_DIR/*',

@@ -131,2 +132,3 @@ // add generated jre to the path

'USER apprunner',
'COPY --from=build --chown=apprunner /home/apprunner/jre /home/apprunner/jre',
'COPY --from=build --chown=apprunner /home/apprunner/build /home/apprunner/build',

@@ -133,0 +135,0 @@ 'COPY --from=build --chown=apprunner /sbin/tini /sbin/tini',

2

package.json
{
"name": "@elastic.io/component-build-helper",
"version": "0.1.0-dev.1",
"version": "0.1.0-dev.2",
"description": "Helpers for the component build process",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -173,2 +173,3 @@ /* eslint-disable @typescript-eslint/no-use-before-define */

'ARG RESOURCES_MAIN_DIR=./build/resources/main',
'ARG DEPENDENCIES_DIR=./build/dependencies',
'ENV CLASSPATH $CLASSES_MAIN_DIR:$RESOURCES_MAIN_DIR:$DEPENDENCIES_DIR/*',

@@ -181,2 +182,3 @@ // add generated jre to the path

'USER apprunner',
'COPY --from=build --chown=apprunner /home/apprunner/jre /home/apprunner/jre',
'COPY --from=build --chown=apprunner /home/apprunner/build /home/apprunner/build',

@@ -183,0 +185,0 @@ 'COPY --from=build --chown=apprunner /sbin/tini /sbin/tini',

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc