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

2

lib/utils/error.js

@@ -15,3 +15,3 @@ "use strict";

GitlyErrorType["Unknown"] = "unknown";
})(GitlyErrorType = exports.GitlyErrorType || (exports.GitlyErrorType = {}));
})(GitlyErrorType || (exports.GitlyErrorType = GitlyErrorType = {}));
class GitlyAbstractError extends Error {

@@ -18,0 +18,0 @@ constructor(message, code = -1) {

{
"name": "gitly",
"version": "2.4.2",
"version": "2.4.3",
"description": "An API to download and/or extract git repositories",

@@ -13,21 +13,21 @@ "main": "lib/main.js",

"dependencies": {
"axios": "^1.3.4",
"tar": "^6.1.13"
"axios": "^1.4.0",
"tar": "^6.1.15"
},
"devDependencies": {
"@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.57.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.3",
"@types/shelljs": "^0.8.12",
"@types/tar": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.5.0",
"jest": "^29.6.0",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typescript": "^5.0.3"
"ts-jest": "^29.1.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},

@@ -34,0 +34,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