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

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";

18

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

@@ -14,20 +14,18 @@ "main": "lib/main.js",

"axios": "^0.21.1",
"tar": "^6.1.0"
"tar": "^6.1.6"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^16.0.1",
"@types/node": "^16.4.13",
"@types/shelljs": "^0.8.9",
"@types/tar": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/eslint-plugin-tslint": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.4.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^34.0.1",
"jest": "^27.0.6",
"shelljs": "^0.8.4",
"ts-jest": "^27.0.3",
"ts-jest": "^27.0.4",
"tslib": "^2.3.0",

@@ -34,0 +32,0 @@ "typescript": "^4.3.5"

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