New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dorun

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dorun - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

dorun.js

@@ -45,8 +45,10 @@ #!/usr/bin/env node

//@STCGoal Support X11Forwarding
//@STCGoal Support X11Forwarding ?
//@action $(/sbin/ip route|awk '/default/ { print $3 }'):0
console.log(`docker run ${dockerPreArgs} -v ${cdirString}:${mountPath} ${cmdAndArgs }`);
const dockerCmd = ` run ${dockerPreArgs} -v ${cdirString}:${mountPath} ${cmdAndArgs}`;
// console.log("Nodejs How to detect platform context ? ");
console.log("docker " +dockerCmd);
//@STCGoal ...
{
"name": "dorun",
"version": "0.0.3",
"version": "0.0.4",
"description": "Run a docker container with current dir mounted as /work/input",

@@ -5,0 +5,0 @@ "main": "dorun.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