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.4.1 to 2.4.2

8

lib/utils/error.js
"use strict";
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
};
var _a, _b, _c, _d;

@@ -29,2 +33,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

},
__setFunctionName(_a, "GitlyUknownError"),
_a.type = GitlyErrorType.Unknown,

@@ -34,2 +39,3 @@ _a);

},
__setFunctionName(_b, "GitlyFetchError"),
_b.type = GitlyErrorType.Fetch,

@@ -39,2 +45,3 @@ _b);

},
__setFunctionName(_c, "GitlyExtractError"),
_c.type = GitlyErrorType.Extract,

@@ -44,3 +51,4 @@ _c);

},
__setFunctionName(_d, "GitlyDownloadError"),
_d.type = GitlyErrorType.Download,
_d);

18

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

@@ -17,10 +17,10 @@ "main": "lib/main.js",

"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/shelljs": "^0.8.11",
"@types/tar": "^6.1.4",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint-plugin-import": "^2.27.5",

@@ -30,5 +30,5 @@ "eslint-plugin-prefer-arrow": "^1.2.3",

"shelljs": "^0.8.5",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
"typescript": "^5.0.3"
},

@@ -35,0 +35,0 @@ "scripts": {

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