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

@begit/cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@begit/cli - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"name": "@begit/cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "A CLI for using begit",

@@ -28,3 +28,3 @@ "type": "module",

"tiny-updater": "^3.5.1",
"@begit/core": "0.0.5"
"@begit/core": "0.0.6"
},

@@ -31,0 +31,0 @@ "publishConfig": {

@@ -52,1 +52,15 @@ # @begit/cli

```
### Cloning a subdirectory within a repo
Use any of the above options in conjunction with the `--subdir` flag.
```bash
begit Tommypop2/begit --subdir packages
```
Or, shortened to `-s`
```bash
begit Tommypop2/begit -s packages
```

Sorry, the diff of this file is too big to display

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