New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@emartech/json-logger

Package Overview
Dependencies
Maintainers
222
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/json-logger - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

11

dist/logger/logger.js

@@ -137,4 +137,4 @@ "use strict";

return {
request_method: error.config.method,
request_url: error.config.url,
request_method: error.config?.method,
request_url: error.config?.url,
response_status: error.response ? error.response.status : undefined,

@@ -147,7 +147,7 @@ response_status_text: error.response ? error.response.statusText : undefined,

url: {
full: error.config.url,
full: error.config?.url,
},
http: {
request: {
method: error.config.method,
method: error.config?.method,
},

@@ -161,2 +161,5 @@ response: {

},
error: {
code: error.code,
},
};

@@ -163,0 +166,0 @@ }

@@ -67,3 +67,3 @@ {

},
"version": "8.0.2"
"version": "8.0.3"
}
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