Socket
Socket
Sign inDemoInstall

@codefresh-io/docker-compose-environment

Package Overview
Dependencies
Maintainers
13
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codefresh-io/docker-compose-environment - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

10

lib/index.js

@@ -48,7 +48,3 @@ 'use strict';

printError(error) {
if (this.infoLogger) {
this.infoLogger.error(error.stack);
} else {
console.error(error.stack);
}
console.error(error.stack);
}

@@ -241,3 +237,5 @@

cleanFirebaseLog() {
this.firebaseLogRef.remove();
if (this.firebaseLogRef) {
this.firebaseLogRef.remove();
}
}

@@ -244,0 +242,0 @@ }

2

package.json
{
"name": "@codefresh-io/docker-compose-environment",
"version": "0.0.2",
"version": "0.0.3",
"description": "a representation of an environment spinned up with docker-compose",

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

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