@nestjs/axios
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "@nestjs/axios", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@axios)", | ||
@@ -21,32 +21,31 @@ "author": "Kamil Mysliwiec", | ||
}, | ||
"dependencies": { | ||
"axios": "1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "17.3.0", | ||
"@commitlint/config-angular": "17.3.0", | ||
"@nestjs/common": "9.2.1", | ||
"@nestjs/core": "9.2.1", | ||
"@nestjs/platform-express": "9.2.1", | ||
"@nestjs/testing": "9.2.1", | ||
"@types/jest": "29.2.4", | ||
"@types/node": "18.11.17", | ||
"@typescript-eslint/eslint-plugin": "5.46.1", | ||
"@typescript-eslint/parser": "5.46.1", | ||
"eslint": "8.30.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"husky": "8.0.2", | ||
"jest": "29.3.1", | ||
"@commitlint/cli": "17.4.2", | ||
"@commitlint/config-angular": "17.4.2", | ||
"@nestjs/common": "9.3.2", | ||
"@nestjs/core": "9.3.2", | ||
"@nestjs/platform-express": "9.3.2", | ||
"@nestjs/testing": "9.3.2", | ||
"@types/jest": "29.4.0", | ||
"@types/node": "18.11.18", | ||
"@typescript-eslint/eslint-plugin": "5.50.0", | ||
"@typescript-eslint/parser": "5.50.0", | ||
"axios": "1.3.1", | ||
"eslint": "8.33.0", | ||
"eslint-config-prettier": "8.6.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"husky": "8.0.3", | ||
"jest": "29.4.1", | ||
"lint-staged": "13.1.0", | ||
"prettier": "2.8.1", | ||
"prettier": "2.8.3", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "15.5.1", | ||
"rimraf": "3.0.2", | ||
"release-it": "15.6.0", | ||
"rimraf": "4.1.2", | ||
"rxjs": "7.8.0", | ||
"ts-jest": "29.0.3", | ||
"typescript": "4.9.4" | ||
"ts-jest": "29.0.5", | ||
"typescript": "4.9.5" | ||
}, | ||
"peerDependencies": { | ||
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0", | ||
"axios": "^1.3.1", | ||
"reflect-metadata": "^0.1.12", | ||
@@ -53,0 +52,0 @@ "rxjs": "^6.0.0 || ^7.0.0" |
Sorry, the diff of this file is not supported yet
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
20060
24
+ Addedaxios@1.7.7(transitive)
- Removedaxios@1.2.1
- Removedaxios@1.2.1(transitive)