Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 0.0.3

2

dorun.js

@@ -26,3 +26,3 @@ #!/usr/bin/env node

cdirString = "$(pwd)/";
} else if (p == "win32") {
} else if (p == "win32" || p== "win64") {
//win

@@ -29,0 +29,0 @@ cdirString = "${pwd}/";

{
"name": "dorun",
"version": "0.0.2",
"version": "0.0.3",
"description": "Run a docker container with current dir mounted as /work/input",

@@ -12,7 +12,6 @@ "main": "dorun.js",

"url": "git+https://github.com/jgwill/dorun.git"
},
},
"bin": {
"dorun": "dorun.js"
},
"keywords": [

@@ -19,0 +18,0 @@ "docker",

@@ -12,2 +12,8 @@ # dorun

## Synopsis
```sh
dorun IMAGE [cmd arg1 arg2 arg3 ...]
```
## Usage

@@ -17,2 +23,3 @@

dorun jgwill/ubuntu
````
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