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

tiged

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiged - npm Package Compare versions

Comparing version 2.9.5 to 2.10.0

dist/index-83a50ab8.js

3

CHANGELOG.md
# degit changelog
## 2.10.0
* Add support for privately hosted git repositories ([#6](https://github.com/tiged/tiged/pull/6))
## 2.9.5

@@ -4,0 +7,0 @@ * Using rimraf for older node version support. E.g. Node 10 should now work again in all uses. ([#3](https://github.com/tiged/tiged/pull/3))

2

dist/bin.js

@@ -10,3 +10,3 @@ 'use strict';

var enquirer = require('enquirer');
var index = require('./index-d1f98f55.js');
var index = require('./index-83a50ab8.js');
require('tar');

@@ -13,0 +13,0 @@ require('events');

@@ -8,3 +8,3 @@ 'use strict';

require('events');
var index = require('./index-d1f98f55.js');
var index = require('./index-83a50ab8.js');
require('home-or-tmp');

@@ -11,0 +11,0 @@ require('https');

{
"name": "tiged",
"version": "2.9.5",
"version": "2.10.0",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=8.0.0"

> Community driven fork of [degit](https://github.com/Rich-Harris/degit) because it isn't being maintained. We will be willing to give control of this repository to Rich Harris if he becomes active.
# degit (tiged) — straightforward project scaffolding
# tiged — straightforward project scaffolding

@@ -11,3 +11,17 @@ [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Ftiged%2Ftiged%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/tiged/tiged/goto?ref=main)

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
---
### Why fork?
* `degit` was last released over a year ago Feb 5, 2020, and Rich is not answering messages here.
* We want pull requests merged. E.g. like automatically working with `main` or other default branch (has been merged!).
* Update dependencies.
* Hopefully get multiple active maintainers.
### What has been fixed?
* Works with `main` or any default branch automatically. [#243](https://github.com/Rich-Harris/degit/pull/243)
* -`-mode=git` with private repos now work on Windows [#191](https://github.com/Rich-Harris/degit/pull/191).
* `degit --help` now works. Previously it would crash instead of displaying help.md contents. [#179](https://github.com/Rich-Harris/degit/pull/179)
* `--mode=git` is now faster. [#171](https://github.com/Rich-Harris/degit/pull/171)
* Github Actions CI tests working. Added Github Actions badge and removed old CI badges.
It might be time to move on.
---
**degit** makes copies of git repositories. When you run `degit some-user/some-repo`, it will find the latest commit on https://github.com/some-user/some-repo and download the associated tar file to `~/.degit/some-user/some-repo/commithash.tar.gz` if it doesn't already exist locally. (This is much quicker than using `git clone`, because you're not downloading the entire git history.)

@@ -14,0 +28,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