Comparing version 2.2.0 to 2.2.1
@@ -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"; |
import GitlyOptions from '../interfaces/options'; | ||
declare const _default: (source: string, destination: string, options?: GitlyOptions) => Promise<string>; | ||
/** | ||
@@ -10,2 +9,3 @@ * Extract a zipped file to the specified destination | ||
*/ | ||
declare const _default: (source: string, destination: string, options?: GitlyOptions) => Promise<string>; | ||
export default _default; |
@@ -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"; |
import GitlyOptions from '../interfaces/options'; | ||
import URLInfo from '../interfaces/url'; | ||
declare const _default: (url: string, options?: GitlyOptions) => URLInfo; | ||
/** | ||
@@ -18,2 +17,3 @@ * Parses a url and returns the metadata | ||
*/ | ||
declare const _default: (url: string, options?: GitlyOptions) => URLInfo; | ||
export default _default; |
@@ -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 @@ |
{ | ||
"name": "gitly", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -17,17 +17,17 @@ "main": "lib/main.js", | ||
"devDependencies": { | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.33", | ||
"@types/jest": "^28.1.4", | ||
"@types/node": "^18.0.3", | ||
"@types/shelljs": "^0.8.11", | ||
"@types/tar": "^6.1.1", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"eslint": "^8.15.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"eslint": "^8.19.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^28.1.0", | ||
"jest": "^28.1.2", | ||
"shelljs": "^0.8.5", | ||
"ts-jest": "^28.0.2", | ||
"ts-jest": "^28.0.5", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -34,0 +34,0 @@ "scripts": { |
@@ -0,0 +0,0 @@ # gitly |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
6
3
44432
43
1022