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

bobril

Package Overview
Dependencies
Maintainers
1
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobril - npm Package Compare versions

Comparing version 20.6.1 to 20.6.2

4

CHANGELOG.md
# CHANGELOG
## 20.6.2
Allow `#` characgter in route params.
## 20.6.1

@@ -4,0 +8,0 @@

2

package.json
{
"name": "bobril",
"version": "20.6.1",
"version": "20.6.2",
"description": "Component Oriented MVC Framework with virtual DOM and CSS",

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

@@ -169,3 +169,3 @@ import {

paramNames.push(paramName);
return (leadingSlash ? "(?:/([^/?#]+))" : "([^/?#]+)") + optionalParamChar;
return (leadingSlash ? "(?:/([^/?]+))" : "([^/?]+)") + optionalParamChar;
} else if (match === "*") {

@@ -172,0 +172,0 @@ paramNames.push("splat");

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