Socket
Socket
Sign inDemoInstall

@cdellacqua/express-async-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdellacqua/express-async-wrapper - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

build/index.cjs

10

package.json
{
"name": "@cdellacqua/express-async-wrapper",
"version": "1.0.5",
"version": "1.0.6",
"description": "Enable support for async syntactic sugar in express middlewares and request handlers",
"types": "build/index.d.ts",
"main": "build/index.cjs.js",
"module": "build/index.esm.js",
"main": "build/index.cjs",
"module": "build/index.js",
"type": "module",

@@ -30,4 +30,4 @@ "scripts": {

".": {
"import": "./build/index.esm.js",
"require": "./build/index.cjs.js"
"import": "./build/index.js",
"require": "./build/index.cjs"
},

@@ -34,0 +34,0 @@ "./package.json": "./package.json"

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