Socket
Socket
Sign inDemoInstall

express-unless

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-unless - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

5

dist/index.d.ts
import * as express from 'express';
declare type Path = string | RegExp | {
export declare type Path = string | RegExp | {
url: string | RegExp;

@@ -7,3 +7,3 @@ method?: string;

};
declare type Params = {
export declare type Params = {
method?: string | string[];

@@ -18,2 +18,1 @@ path?: Path | Path[];

};
export {};

2

package.json
{
"name": "express-unless",
"description": "Conditionally add a middleware to express with some common patterns.",
"version": "2.0.2",
"version": "2.1.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

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