Socket
Socket
Sign inDemoInstall

bobril

Package Overview
Dependencies
Maintainers
1
Versions
313
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 15.1.0 to 15.2.0

8

CHANGELOG.md
# CHANGELOG
## 15.2.0
Fix of small problem in router.
ctxClass now have to inherit from BobrilCtx and call its super constructor. But adding disposables in such constructor works again.
components without ctxClass have their ctx instance of BobrilCtx instead of plain object.
## 15.1.0

@@ -4,0 +12,0 @@

2

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

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

@@ -172,3 +172,3 @@ import {

compiledPatterns[pattern] = {
matcher: new RegExp("^" + source + "$", "i"),
matcher: new RegExp("^" + source + (pattern.endsWith("/") ? "?" : "\\/?") + "$", "i"),
paramNames: paramNames,

@@ -175,0 +175,0 @@ };

Sorry, the diff of this file is too big to display

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