Socket
Socket
Sign inDemoInstall

regexparam

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

dist/index.js

@@ -28,3 +28,3 @@ function parse(str, loose) {

var RGX = /*#__PURE__*/ /(\/|^)([:*][^/]*?)(\?)?(?=[/.]|$)/g;
var RGX = /(\/|^)([:*][^/]*?)(\?)?(?=[/.]|$)/g;

@@ -31,0 +31,0 @@ // error if key missing?

{
"name": "regexparam",
"version": "2.0.1",
"version": "2.0.2",
"repository": "lukeed/regexparam",

@@ -27,3 +27,4 @@ "description": "A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇‍",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"default": "./dist/index.js"
},

@@ -30,0 +31,0 @@ "./package.json": "./package.json"

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