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

preact-router

Package Overview
Dependencies
Maintainers
9
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preact-router - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

match.d.ts

@@ -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 @@ }

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