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

autoinstall

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoinstall - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

7

package.json
{
"name": "autoinstall",
"description": "automatically install dependencies via `require()`",
"version": "0.2.0",
"version": "0.3.0",
"author": {

@@ -22,3 +22,6 @@ "name": "Jonathan Ong",

},
"bin": "bin/autoinstall"
"bin": {
"autoinstall": "bin/autoinstall",
"a": "bin/autoinstall"
}
}

@@ -34,2 +34,8 @@

`autoinstall(1)` is also aliased as `a(1)`:
```bash
a index.js
```
## API Usage

@@ -36,0 +42,0 @@

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