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

@sap/audit-logging

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/audit-logging - npm Package Compare versions

Comparing version 6.4.0 to 6.5.0

5

CHANGELOG.md

@@ -8,2 +8,7 @@ # Change Log

## 6.5.0 - 2025-27-01
### Added
- Added UTF-8 Encoding
## 6.4.0 - 2024-12-09

@@ -10,0 +15,0 @@

2

lib/transports/ServiceTransport.js

@@ -73,3 +73,3 @@ 'use strict';

.then((header) => {
headers['Content-Type'] = 'application/json';
headers['Content-Type'] = 'application/json;charset=UTF-8';
headers['Authorization'] = header;

@@ -76,0 +76,0 @@

{
"name": "@sap/audit-logging",
"description": "Provides audit logging functionalities for Node.js applications",
"version": "6.4.0",
"version": "6.5.0",
"license": "SEE LICENSE IN LICENSE file",

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

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