preact-router
Advanced tools
Comparing version 2.5.5 to 2.5.6
@@ -54,4 +54,4 @@ import * as preact from 'preact'; | ||
export function Link(props: JSX.HTMLAttributes): preact.VNode; | ||
export function Link(props: {activeClassName?: string} & JSX.HTMLAttributes): preact.VNode; | ||
export default Router; |
{ | ||
"name": "preact-router", | ||
"amdName": "preactRouter", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"description": "Connect your components up to that address bar.", | ||
@@ -6,0 +6,0 @@ "main": "dist/preact-router.js", |
@@ -54,4 +54,4 @@ import * as preact from 'preact'; | ||
export function Link(props: JSX.HTMLAttributes): preact.VNode; | ||
export function Link(props: {activeClassName?: string} & JSX.HTMLAttributes): preact.VNode; | ||
export default Router; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37490