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.3.1 to 4.4.0

4

async.js

@@ -91,2 +91,6 @@ "use strict";

copyDecorators(middleware, fn);
// Set the wrapper function's name to the original function's name. When using
// observability tools that record function names, this helps identify the
// original function.
Object.defineProperty(fn, 'name', { value: middleware.name });
return fn;

@@ -93,0 +97,0 @@ };

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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