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

@storeon/router

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storeon/router - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

25

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.0.1
* Fix listeners for DevTools
## 1.0.0
* Rename named exports to `routerKey`, `routerChanged`, `routerNavigate`
* Add ES modules support
* Use ES2016 syntax
* Update TypeScript definitions
* Update docs
* Reduce size
* Rename named exports to `routerKey`, `routerChanged`, `routerNavigate`.
* Add ES modules support.
* Use ES2016 syntax.
* Update TypeScript definitions.
* Update docs.
* Reduce size.
## 0.3.1
* Reduce size
* Reduce size.
## 0.3.0
* Add ignore link
* Add ignore link.
## 0.2.1
* Fix listener of click
* Fix navigation of history
* Fix listener of click.
* Fix navigation of history.
## 0.2
* Add TypeScript definitions
* Add TypeScript definitions.
## 0.1
* Initial release.

@@ -33,2 +33,4 @@ let loc = location

store.on(routerChanged, () => {})
store.on(routerNavigate, (state, path) => {

@@ -35,0 +37,0 @@ if (state[routerKey].path !== path) {

{
"name": "@storeon/router",
"version": "1.0.0",
"version": "1.0.1",
"description": "Storeon module for URL routing",

@@ -11,2 +11,3 @@ "main": "index.cjs",

"module": "index.js",
"react-native": "index.js",
"exports": {

@@ -13,0 +14,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc