🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@types/react-router-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-router-bootstrap - npm Package Compare versions

Comparing version
0.26.1
to
0.26.2
+9
-1
react-router-bootstrap/lib/LinkContainer.d.ts

@@ -8,3 +8,3 @@ import type { ComponentClass, CSSProperties, MouseEventHandler, ReactNode } from 'react';

replace?: boolean;
to: string | { pathname: string };
to: To;
state?: object;

@@ -18,2 +18,10 @@ className?: string;

type To = string | Partial<Path>;
interface Path {
pathname: string;
search: string;
hash: string;
}
type LinkContainer = ComponentClass<LinkContainerProps>;

@@ -20,0 +28,0 @@ declare const LinkContainer: LinkContainer;

+2
-2
{
"name": "@types/react-router-bootstrap",
"version": "0.26.1",
"version": "0.26.2",
"description": "TypeScript definitions for react-router-bootstrap",

@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-bootstrap",

},
"typesPublisherContentHash": "6e7174ceb9d3dfed3888752771e9f6c5983b4fa9d98000d2704b811876951446",
"typesPublisherContentHash": "6b81e8edb239dd3dad26027d58a2dd2a8db5e915d01e2530f05fb38e225ed776",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 09 Jul 2023 15:02:38 GMT
* Last updated: Tue, 25 Jul 2023 02:02:53 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none