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

@byu-oit/wabs-starter

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byu-oit/wabs-starter - npm Package Compare versions

Comparing version 0.13.5 to 0.13.6

7

bin/docker.js

@@ -182,2 +182,4 @@ /**

child.on('error', err => reject(err));
child.on('close', code => {

@@ -308,3 +310,3 @@ if (code !== 0) return reject(code);

// start the docker container
spawn(docker, args, {
const child = spawn(docker, args, {
env: env,

@@ -314,2 +316,4 @@ stdio: 'inherit'

child.on('error', err => console.error(err));
});

@@ -336,2 +340,3 @@ }

result.error = err;
reject(err);
});

@@ -338,0 +343,0 @@

4

index.js

@@ -73,6 +73,2 @@ #!/usr/bin/env node

switch (command) {
case 'path':
console.log(process.env.PATH);
console.log(require('child_process').execSync('which docker').toString());
break;
case 'bash':

@@ -79,0 +75,0 @@ case 'run':

{
"name": "@byu-oit/wabs-starter",
"version": "0.13.5",
"version": "0.13.6",
"description": "web application starter kit",

@@ -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