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

@dotcom-reliability-kit/serialize-request

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-reliability-kit/serialize-request - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

lib/index.js

@@ -194,3 +194,3 @@ /**

exports = module.exports = serializeRequest;
module.exports = serializeRequest;

@@ -202,5 +202,7 @@ // We freeze this object so that we avoid any side-effects

// could cause some weird issues so we lock it down.
exports.DEFAULT_INCLUDED_HEADERS = Object.freeze([...DEFAULT_INCLUDED_HEADERS]);
module.exports.DEFAULT_INCLUDED_HEADERS = Object.freeze([
...DEFAULT_INCLUDED_HEADERS
]);
// @ts-ignore
module.exports.default = module.exports;
{
"name": "@dotcom-reliability-kit/serialize-request",
"version": "1.1.0",
"version": "1.1.1",
"description": "A utility function to serialize a request object in a way that's friendly to loggers, view engines, and converting to JSON",

@@ -19,4 +19,4 @@ "repository": {

"devDependencies": {
"@types/express": "^4.17.14"
"@types/express": "^4.17.17"
}
}
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