Socket
Socket
Sign inDemoInstall

express-lazy-router

Package Overview
Dependencies
63
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

lib/express-lazy-router.js

@@ -47,3 +47,3 @@ "use strict";

else {
// first request handler
// request handler at first time
resolveResolver()

@@ -50,0 +50,0 @@ .then(function () {

@@ -41,3 +41,3 @@ import express from "express";

else {
// first request handler
// request handler at first time
resolveResolver()

@@ -44,0 +44,0 @@ .then(function () {

{
"name": "express-lazy-router",
"version": "1.0.3",
"version": "1.0.4",
"description": "Lazy loading for express router",

@@ -67,7 +67,8 @@ "keywords": [

"ts-node-test-register": "^9.0.1",
"typescript": "^4.1.3"
"typescript": "^4.1.3",
"express": "^4.17.1"
},
"dependencies": {
"express": "^4.17.1"
"peerDependencies": {
"express": "^4.0.0"
}
}

@@ -139,3 +139,2 @@ # express-lazy-router

## Limitation

@@ -142,0 +141,0 @@

@@ -46,3 +46,3 @@ import express from "express";

} else {
// first request handler
// request handler at first time
resolveResolver()

@@ -49,0 +49,0 @@ .then(() => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc