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

async-exec

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-exec - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "async-exec",
"version": "1.0.4",
"version": "1.0.5",
"description": "Promise based exec",

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

# Async-Exec
![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.svg?v=101)
Have you ever wanted to exec things asyncly? Now you can!

@@ -19,1 +21,16 @@

exec('ls', true);
## Contributing
Go ahead and send me PRs. I love them. Especially if they contain tests and don't check in generated files.
Not sure how to fix it yourself? Submit an issue and we'll get it done eventually!
### Publishing
Mostly for my own recollection, publishing goes like this.
<commit changes>
git push origin master
npm version <major|minor|patch>
npm publish
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