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

gitly

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitly - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

lib/common/core/download/index.js

0

lib/interfaces/options.d.ts

@@ -0,0 +0,0 @@ import { FileStat } from 'tar';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export default interface URLInfo {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export { default } from './utils/gitly';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import GitlyOptions from '../interfaces/options';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

export declare type Task = () => Promise<string | boolean>;
export default function execute(tasks: Task[]): Promise<string | boolean>;

@@ -0,0 +0,0 @@ "use strict";

import GitlyOptions from '../interfaces/options';
export default function exists(path: string, options?: GitlyOptions): Promise<boolean>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import GitlyOptions from '../interfaces/options';

@@ -0,0 +0,0 @@ "use strict";

export default function fetch(url: string, file: string): Promise<string>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import GitlyOptions from '../interfaces/options';

@@ -0,0 +0,0 @@ "use strict";

export declare function isOffline(): Promise<boolean>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import GitlyOptions from '../interfaces/options';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import tar = require('tar');

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@

2

package.json
{
"name": "gitly",
"version": "2.1.5",
"version": "2.1.6",
"description": "An API to download and/or extract git repositories",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@@ -0,0 +0,0 @@ # gitly

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