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.1 to 2.10.2

dist/index-ca74a369.js

9

CHANGELOG.md
# degit changelog
## 2.10.2
* Add support for privately hosted git repositories ([#10](https://github.com/tiged/tiged/pull/10))
## 2.10.1
* Reverted previous fix due to uncaught bug during testing.
## 2.10.0
* Add support for privately hosted git repositories ([#6](https://github.com/tiged/tiged/pull/6))
## 2.9.5

@@ -4,0 +13,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-ca74a369.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-ca74a369.js');
require('home-or-tmp');

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

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

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

"type": "git",
"url": "git+https://github.com/Rich-Harris/degit.git"
"url": "git+https://github.com/tiged/tiged.git"
},

@@ -30,8 +30,8 @@ "keywords": [

],
"author": "Rich Harris",
"author": "tiged",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rich-Harris/degit/issues"
"url": "https://github.com/tiged/tiged/issues"
},
"homepage": "https://github.com/Rich-Harris/degit#readme",
"homepage": "https://github.com/tiged/tiged#readme",
"dependencies": {

@@ -38,0 +38,0 @@ "colorette": "1.2.1",

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