New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-bootstrap - npm Package Compare versions

Comparing version 0.32.8 to 0.32.9

3

react-bootstrap/index.d.ts

@@ -20,4 +20,3 @@ // Type definitions for react-bootstrap 0.32

export type Diff<T extends string, U extends string> = ({ [P in T]: P } & { [P in U]: never } & { [x: string]: never })[T];
export type Omit<T, K extends keyof T> = Pick<T, Diff<keyof T, K>>;
export type Omit<T, K extends keyof T> = Pick<T, ({ [P in keyof T]: P } & { [P in K]: never } & { [x: string]: never, [x: number]: never })[keyof T]>;

@@ -24,0 +23,0 @@ export type Sizes = 'xs' | 'xsmall' | 'sm' | 'small' | 'medium' | 'lg' | 'large';

{
"name": "@types/react-bootstrap",
"version": "0.32.8",
"version": "0.32.9",
"description": "TypeScript definitions for react-bootstrap",

@@ -77,4 +77,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "4cf9042462b95bf9d3c0c94339607616e7e40f6bfb94d22c221df1ea059993a1",
"typesPublisherContentHash": "eedcf8024341f3286e4dbc2c25ea867927a8bbd74ddafa9ea2f5c4d1cd260c47",
"typeScriptVersion": "2.6"
}

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

Additional Details
* Last updated: Tue, 10 Apr 2018 17:48:29 GMT
* Last updated: Wed, 25 Apr 2018 03:57:51 GMT
* Dependencies: react

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

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