Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dotcom-reliability-kit/serialize-request

Package Overview
Dependencies
Maintainers
3
Versions
18
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.0.0 to 1.0.1

3

lib/index.js

@@ -174,1 +174,4 @@ /**

module.exports = serializeRequest;
// @ts-ignore
module.exports.default = module.exports;

6

package.json
{
"name": "@dotcom-reliability-kit/serialize-request",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility function to serialize a request object in a way that's friendly to loggers, view engines, and converting to JSON",

@@ -14,3 +14,3 @@ "repository": {

"engines": {
"node": "14.x || 16.x",
"node": "14.x || 16.x || 18.x",
"npm": "7.x || 8.x"

@@ -20,4 +20,4 @@ },

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