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

@begit/core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@begit/core - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

package.json
{
"name": "@begit/core",
"version": "0.0.5",
"description": "",
"version": "0.0.6",
"description": "Blazingly fast tool for cloning git repositories, with no reliance on local `git`, or `tar` installs",
"type": "module",

@@ -6,0 +6,0 @@ "files": [

# Begit
A smaller and lighter degit alternative with typescript support
## Cloning to a directory
```ts
import { downloadAndExtract } from "@degit/core";
await downloadAndExtract({
repo: {
owner: "Tommypop2",
name: "begit",
branch: undefined,
subdir: undefined,
},
"cool_project",
});
```
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