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

giget

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

giget - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

28

package.json
{
"name": "giget",
"version": "1.2.1",
"version": "1.2.2",
"description": "Download templates and git repositories with pleasure!",

@@ -42,25 +42,25 @@ "repository": "unjs/giget",

"dependencies": {
"citty": "^0.1.5",
"citty": "^0.1.6",
"consola": "^3.2.3",
"defu": "^6.1.3",
"node-fetch-native": "^1.6.1",
"nypm": "^0.3.3",
"defu": "^6.1.4",
"node-fetch-native": "^1.6.3",
"nypm": "^0.3.8",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
"pathe": "^1.1.2",
"tar": "^6.2.0"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/tar": "^6.1.10",
"@vitest/coverage-v8": "^1.1.0",
"@types/node": "^20.11.30",
"@types/tar": "^6.1.11",
"@vitest/coverage-v8": "^1.4.0",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vitest": "^1.1.0"
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.12.1"
"packageManager": "pnpm@8.15.5"
}

@@ -5,3 +5,2 @@ # giget

[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![Codecov][codecov-src]][codecov-href]

@@ -148,5 +147,2 @@

- `provider`: (string) Either `github`, `gitlab`, `bitbucket` or `sourcehut`. The default is `github`.
- `repo`: (string) Name of the repository in the format of `{username}/{reponame}`.
- `ref`: (string) Git ref (branch or commit or tag). The default value is `main`.
- `subdir`: (string) Directory of the repo to clone from. The default value is none.
- `force`: (boolean) Extract to the existing dir even if already exists.

@@ -243,3 +239,1 @@ - `forceClean`: (boolean) ⚠️ Clean up any existing directory or file before cloning.

[codecov-href]: https://codecov.io/gh/unjs/giget
[bundle-src]: https://img.shields.io/bundlephobia/minzip/giget?style=flat&colorA=18181B&colorB=F0DB4F
[bundle-href]: https://bundlephobia.com/result?p=giget

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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