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

@gperdomor/nx-docker

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gperdomor/nx-docker - npm Package Compare versions

Comparing version 0.3.3-beta.1 to 0.3.3

2

package.json
{
"name": "@gperdomor/nx-docker",
"version": "0.3.3-beta.1",
"version": "0.3.3",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "schematics": "./collection.json",

@@ -59,5 +59,3 @@ "use strict";

command.push(`docker/github-actions:v1.1.0 build-push`);
const cmd = command.join(' ');
context.logger.info(`Executing: ${cmd}`);
utils_1.createProcess(cmd, undefined, true, undefined).then((success) => {
utils_1.createProcess(command.join(' '), undefined, true, undefined).then((success) => {
observer.next({ success });

@@ -64,0 +62,0 @@ observer.complete();

Sorry, the diff of this file is not supported yet

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