Socket
Socket
Sign inDemoInstall

uri-template-lite

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 22.1.0 to 22.9.0

4

index.js

@@ -23,4 +23,4 @@

, SEPARATORS = {"": ",", "+": ",", "#": ",", "?": "&"}
, escapeRe = /[$-\/?[-^{|}]/g
, expandRe = /\{([#&+.\/;?]?)((?:[-\w%.]+(\*|:\d+)?,?)+)\}/g
, escapeRe = /[$-/?[-^{|}]/g
, expandRe = /\{([#&+./;?]?)((?:[-\w%.]+(\*|:\d+)?(?:,|(?=})))+)\}/g
, parseRe = RegExp(expandRe.source + "|.[^{]*?", "g")

@@ -27,0 +27,0 @@

{
"name": "uri-template-lite",
"version": "22.1.0",
"version": "22.9.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Lauri Rooden <lauri@rooden.ee>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc