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

btrz-logger

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btrz-logger - npm Package Compare versions

Comparing version 2.5.2 to 2.6.0

2

package.json
{
"name": "btrz-logger",
"version": "2.5.2",
"version": "2.6.0",
"description": "A multi-transport logger",

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

"use strict";
function cleanUrlRawParameters(buf) {
let newBuf = buf;
try {
newBuf = decodeURIComponent(buf);
} catch (e) {
// ignore decoding errors and proceed with original data
}
let newBuf = decodeURIComponent(buf);
newBuf = newBuf.replace(/\[firstName\]=[^\&\"]*/g, "[firstName]=***");

@@ -8,0 +12,0 @@ newBuf = newBuf.replace(/\[lastName\]=[^\&\"]*/g, "[lastName]=***");

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