Comparing version 2.1.2 to 2.1.3
@@ -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"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -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"; |
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41878
15
Updatedtar@^6.1.6