preact-router
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -10,3 +10,3 @@ import * as preact from 'preact'; | ||
export interface LinkProps extends preact.JSX.HTMLAttributes { | ||
activeClassName: string; | ||
activeClassName?: string; | ||
children?: preact.ComponentChildren; | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "preact-router", | ||
"amdName": "preactRouter", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Connect your components up to that address bar.", | ||
@@ -48,3 +48,3 @@ "main": "dist/preact-router.js", | ||
"peerDependencies": { | ||
"preact": ">=10 || ^10.0.0-rc.0" | ||
"preact": ">=10" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
@@ -10,3 +10,3 @@ import * as preact from 'preact'; | ||
export interface LinkProps extends preact.JSX.HTMLAttributes { | ||
activeClassName: string; | ||
activeClassName?: string; | ||
children?: preact.ComponentChildren; | ||
@@ -13,0 +13,0 @@ } |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
74615
16951