Socket
Socket
Sign inDemoInstall

citadel-svc-common-http-service

Package Overview
Dependencies
79
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

7

package.json
{
"name": "citadel-svc-common-http-service",
"version": "1.0.4",
"version": "1.0.5",
"description": "Common service to provide reusable functions to make HTTP requests.",

@@ -25,6 +25,7 @@ "main": "dist/index.js",

"axios": "^1.3.4",
"citadel-svc-common-logger-service": "^1.0.1",
"dotenv": "^8.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"winston": "^3.6.0",
"winston-daily-rotate-file": "^4.7.1"
},

@@ -31,0 +32,0 @@ "devDependencies": {

@@ -5,3 +5,3 @@ import axios, { AxiosError } from 'axios';

import { InternalServerError, PaymentRequiredError, UnauthorizedError } from '../utils/error';
import { logger } from 'citadel-svc-common-logger-service';
import { logger } from '../../../logger-service/src';

@@ -8,0 +8,0 @@ export class HttpRequest implements IHttpRequest {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc