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.2 to 2.9.3

3

CHANGELOG.md
# degit changelog
## 2.9.3
* degit --help did not work. It would throw error. Now it reads the help.md like it should. ([#179](https://github.com/Rich-Harris/degit/pull/179))
## 2.9.2

@@ -4,0 +7,0 @@ * Fixed shebang. It was broken by pointing bin in package.json straight to dist/bin.js. Now pointing again to ./bin.js

2

dist/bin.js

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

const help = fs__default['default']
.readFileSync(path__default['default'].join(__dirname, 'help.md'), 'utf-8')
.readFileSync(path__default['default'].join(__dirname, '..', 'help.md'), 'utf-8')
.replace(/^(\s*)#+ (.+)/gm, (m, s, _) => s + colorette.bold(_))

@@ -490,0 +490,0 @@ .replace(/_([^_]+)_/g, (m, _) => colorette.underline(_))

{
"name": "tiged",
"version": "2.9.2",
"version": "2.9.3",
"engines": {

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

@@ -20,2 +20,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.

```bash
npm uninstall -g degit
npm install -g tiged

@@ -28,2 +29,4 @@ ```

> The run command stays as before, degit and not tiged. So no automated scripts break and people are used to the good old name.
The simplest use of degit is to download the master branch of a repo from GitHub to the current working directory:

@@ -30,0 +33,0 @@

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