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

@logdna/logger

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logdna/logger - npm Package Compare versions

Comparing version 2.6.7 to 2.6.8

13

CHANGELOG.md
## Changelog
## [2.6.8](https://github.com/logdna/logger-node/compare/v2.6.7...v2.6.8) (2023-11-07)
### Bug Fixes
* **deps**: Bump axios@1.6.0 fixes CVE-2023-45857 [f37105c](https://github.com/logdna/logger-node/commit/f37105c05630b23081c059103ec8dc18d7c1195f) - Darin Spivey, closes: [#84](https://github.com/logdna/logger-node/issues/84)
### Chores
* **deps**: Bump @logdna/stdlib@1.2.3 [c7a791c](https://github.com/logdna/logger-node/commit/c7a791cab50422527a5ce508e210f68746e7da3b) - Darin Spivey
* **deps**: Bump https-proxy-agent@7.0.2 [c15e8ba](https://github.com/logdna/logger-node/commit/c15e8ba1ca4271eb8b47a6aec92724fb38f37e4b) - Darin Spivey
## [2.6.7](https://github.com/logdna/logger-node/compare/v2.6.6...v2.6.7) (2023-04-21)

@@ -4,0 +17,0 @@

2

lib/logger.js

@@ -11,3 +11,3 @@ 'use strict'

const stringify = require('json-stringify-safe')
const HttpsProxyAgent = require('https-proxy-agent')
const {HttpsProxyAgent} = require('https-proxy-agent')
const {typeOf} = require('@logdna/stdlib')

@@ -14,0 +14,0 @@ const constants = require('./constants.js')

{
"name": "@logdna/logger",
"version": "2.6.7",
"version": "2.6.8",
"description": "LogDNA's Node.js Logging Module.",

@@ -107,6 +107,6 @@ "main": "index.js",

"dependencies": {
"@logdna/stdlib": "^1.1.5",
"@logdna/stdlib": "^1.2.3",
"agentkeepalive": "^4.1.3",
"axios": "^0.25.0",
"https-proxy-agent": "^5.0.0",
"axios": "^1.6.0",
"https-proxy-agent": "^7.0.2",
"json-stringify-safe": "^5.0.1"

@@ -113,0 +113,0 @@ },

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