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.11.0 to 2.12.0

dist/index-e42359c2.js

5

dist/bin.js

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

var enquirer = require('enquirer');
var index = require('./index-73053232.js');
var index = require('./index-e42359c2.js');
require('tar');

@@ -480,3 +480,4 @@ require('events');

m: 'mode',
s: 'subgroup'
s: 'subgroup',
d: 'sub-directory'
},

@@ -483,0 +484,0 @@ boolean: ['force', 'cache', 'verbose', 'subgroup']

2

dist/index.js

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

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

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

{
"name": "tiged",
"version": "2.11.0",
"version": "2.12.0",
"engines": {

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

@@ -111,2 +111,8 @@ > 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. *Rich has now merged the main branch fix. I'm monitoring the need of this fork. Currently this is still more fully featured*

To get a subdirectory of a repo inside a subgroup, use the `--sub-directory` option.
```bash
degit --subgroup https://gitlab.com/group-test-repo/subgroup-test-repo/test-repo --sub-directory subdir1 my-dir
```
### HTTPS proxying

@@ -113,0 +119,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