Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "gitly", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -13,22 +13,22 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"axios": "^0.21.0", | ||
"tar": "^6.0.5" | ||
"axios": "^0.21.1", | ||
"tar": "^6.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.19", | ||
"@types/node": "^14.14.14", | ||
"@types/jest": "^26.0.22", | ||
"@types/node": "^14.14.37", | ||
"@types/shelljs": "^0.8.8", | ||
"@types/tar": "^4.0.4", | ||
"@typescript-eslint/eslint-plugin": "^4.10.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.10.0", | ||
"@typescript-eslint/parser": "^4.10.0", | ||
"eslint": "^7.16.0", | ||
"@typescript-eslint/eslint-plugin": "^4.19.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.19.0", | ||
"@typescript-eslint/parser": "^4.19.0", | ||
"eslint": "^7.23.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsdoc": "^30.7.9", | ||
"eslint-plugin-prefer-arrow": "^1.2.2", | ||
"eslint-plugin-unicorn": "^24.0.0", | ||
"eslint-plugin-jsdoc": "^32.3.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"eslint-plugin-unicorn": "^29.0.0", | ||
"jest": "^26.6.3", | ||
"shelljs": "^0.8.4", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.1.3" | ||
"ts-jest": "^26.5.4", | ||
"typescript": "^4.2.3" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
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
Updatedaxios@^0.21.1
Updatedtar@^6.1.0