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

dat-middleware

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dat-middleware - npm Package Compare versions

Comparing version 1.5.12 to 1.5.13

test/next.js

4

lib/next.js

@@ -0,6 +1,8 @@

var replaceKeypaths = require('./utils/replaceKeypaths');
module.exports = function () {
var args = Array.prototype.slice.call(arguments);
return function (req, res, next) {
next.apply(null, args);
var nextArgs = replaceKeypaths(req, args);
next.apply(null, nextArgs);
};
};
{
"name": "dat-middleware",
"version": "1.5.12",
"version": "1.5.13",
"description": "common request, response, body, query, and param validation, transformation, and flow control middleware",

@@ -5,0 +5,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