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

push2cloud-compiler

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

push2cloud-compiler - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

5

lib/executeScript.js

@@ -15,5 +15,8 @@ const debug = require('debug')('push2cloud-compiler:build-workspace:executeScripts');

debug('Executing command', command);
exec(command, {silent: true, async: true}, debugCb(debug, cb));
exec(command, {silent: true, async: true}, (code, stdout, stderr) => {
const errMsg = `errCode: ${code}, stdout: ${stdout}, stderr: ${stderr}`;
debugCb(debug, cb)(errMsg, stdout);
});
});
module.exports = executeScript;

2

package.json
{
"name": "push2cloud-compiler",
"version": "2.0.2",
"version": "2.0.3",
"description": "compiler for push2cloud manifests",

@@ -5,0 +5,0 @@ "scripts": {

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