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.2.0 to 2.2.1

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

2

lib/utils/extract.d.ts
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

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