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

express-composer

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-composer - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

lib/handler.js

@@ -99,3 +99,3 @@ /**

var scope = req.expressComposerScopeCache.get(scopeProvider.key);
validate(req.body || req.query, function (err, request) {
validate(req.body, function (err, request) {
scope.setRequest(request);

@@ -102,0 +102,0 @@ if (err) {

{
"name": "express-composer",
"version": "0.2.7",
"version": "0.2.8",
"description": "A composition library to help organize your express routes and handlers",

@@ -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