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.10.2 to 2.10.3

dist/index-fc554d6e.js

5

CHANGELOG.md

@@ -1,3 +0,6 @@

# degit changelog
# tiged changelog
## 2.10.3
* GitLab changed tar.gz url. Now works again.
## 2.10.2

@@ -4,0 +7,0 @@ * Add support for privately hosted git repositories ([#10](https://github.com/tiged/tiged/pull/10))

2

dist/bin.js

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

var enquirer = require('enquirer');
var index = require('./index-ca74a369.js');
var index = require('./index-fc554d6e.js');
require('tar');

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

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

require('events');
var index = require('./index-ca74a369.js');
var index = require('./index-fc554d6e.js');
require('home-or-tmp');

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

{
"name": "tiged",
"version": "2.10.2",
"version": "2.10.3",
"engines": {

@@ -15,3 +15,3 @@ "node": ">=8.0.0"

"dev": "npm run build -- --watch",
"build": "del dist && rollup -c",
"build": "rimraf dist && rollup -c",
"test": "mocha",

@@ -18,0 +18,0 @@ "pretest": "npm run build",

@@ -13,3 +13,3 @@ > 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.

### Why fork?
* `degit` was last released over a year ago Feb 5, 2020, and Rich is not answering messages here.
* `degit` was last released over a year ago Feb 5, 2020, and Rich is not answering pull requests or issues there. He is probably very busy with Svelte and we love him for that.
* We want pull requests merged. E.g. like automatically working with `main` or other default branch (has been merged!).

@@ -21,7 +21,9 @@ * Update dependencies.

* 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).
* `--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.
* Added support for privately hosted git repositories ([#10](https://github.com/tiged/tiged/pull/10))
**It might be time to move on.**
---

@@ -28,0 +30,0 @@ **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.)

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