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

@immjs/express-subdomain

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@immjs/express-subdomain - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

index.d.ts

@@ -9,2 +9,2 @@ import express from "express";

}
export default function (subdomain: any, fn: any): (req: express.Request, res: express.Response, next: express.NextFunction) => any;
export default function (subdomain: string, fn: express.Router): (req: express.Request, res: express.Response, next: express.NextFunction) => void;

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

export default function(subdomain: any, fn: any) {
export default function(subdomain: string, fn: express.Router) {
if (!subdomain || typeof subdomain !== "string") {

@@ -14,0 +14,0 @@ throw new Error("The first parameter must be a string representing the subdomain");

{
"name": "@immjs/express-subdomain",
"version": "1.2.0",
"version": "1.2.1",
"repository": {

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

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