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

path-to-regex

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-to-regex - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

8

index.js

@@ -127,6 +127,6 @@ module.exports = Regex;

console.log("isStarted", isStarted);
console.log("isStoped", isStoped);
console.log("isToken", isToken);
console.log("this.regstr 1:", this.regstr);
//console.log("isStarted", isStarted);
//console.log("isStoped", isStoped);
//console.log("isToken", isToken);
//console.log("this.regstr 1:", this.regstr);

@@ -133,0 +133,0 @@ const regstr =

{
"name": "path-to-regex",
"version": "1.3.6",
"version": "1.3.7",
"description": "Turn a path string such as /user/:id or /user/:id(\\d+) into a regular expression",

@@ -5,0 +5,0 @@ "main": "index.js",

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