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

path-to-regexp

Package Overview
Dependencies
Maintainers
5
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-to-regexp - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

dist/index.d.ts

@@ -69,3 +69,3 @@ export interface ParseOptions {

*/
export declare function match<P extends object = object>(str: Path, options?: ParseOptions & RegexpToFunctionOptions): MatchFunction<P>;
export declare function match<P extends object = object>(str: Path, options?: ParseOptions & RegexpOptions & RegexpToFunctionOptions): MatchFunction<P>;
/**

@@ -72,0 +72,0 @@ * Create a path match function from `path-to-regexp` output.

{
"name": "path-to-regexp",
"description": "Express style path to RegExp utility",
"version": "4.0.1",
"version": "4.0.2",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "typings": "dist/index.d.ts",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc