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.5.2 to 20.6.0

6

CHANGELOG.md
# CHANGELOG
## 20.6.0
New `b.setActiveState` method for router to set state without changing URL or preventing clicking spree. It also does not invalidate anything.
## 20.5.2

@@ -9,3 +13,3 @@

Fix behaviour with keysInClassNames.
Fix behavior with keysInClassNames.

@@ -12,0 +16,0 @@ ## 20.5.0

2

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

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

@@ -834,2 +834,7 @@ import {

export function setActiveState(state: any) {
history().replaceState({ historyDeepness, state }, "");
activeState = state;
}
export function useCanDeactivate(handler: NonNullable<Component["canDeactivate"]>): void {

@@ -836,0 +841,0 @@ const ctx = getCurrentCtx();

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