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

async-app

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-app - npm Package Compare versions

Comparing version 4.6.2 to 4.7.0

7

dist/async.js

@@ -102,3 +102,8 @@ "use strict";

.find(s => s.$scope === 'response');
const validateSchema = compileSchema && schema && compileSchema(schema, context);
const rawSchema = schema
? schema.$schema
? schema.$schema
: schema
: undefined;
const validateSchema = compileSchema && rawSchema && compileSchema(rawSchema, context);
const middlewares = args.filter(types_1.isMiddleware);

@@ -105,0 +110,0 @@ const lastMiddleware = middlewares[middlewares.length - 1];

2

package.json
{
"name": "async-app",
"version": "4.6.2",
"version": "4.7.0",
"description": "An express wrapper for handling async middlewares, order middlewares, schema validator, and other stuff",

@@ -5,0 +5,0 @@ "type": "commonjs",

Sorry, the diff of this file is not supported yet

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