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.3 to 0.32.4

5

react-bootstrap/lib/ToggleButtonGroup.d.ts

@@ -22,2 +22,3 @@ import * as React from 'react';

type: "radio";
onChange?(value: any): void;
}

@@ -28,2 +29,3 @@

type: "checkbox";
onChange?(values: any[]): void;
}

@@ -33,3 +35,4 @@

& (RadioProps | CheckboxProps)
& Omit<React.HTMLProps<ToggleButtonGroup>, "defaultValue" | "type" | "value">;
& Omit<React.HTMLProps<ToggleButtonGroup>, "defaultValue" | "type" | "value">
& Omit<React.HTMLProps<ToggleButtonGroup>, "defaultValue" | "type" | "value" | "onChange">;

@@ -36,0 +39,0 @@ }

4

react-bootstrap/package.json
{
"name": "@types/react-bootstrap",
"version": "0.32.3",
"version": "0.32.4",
"description": "TypeScript definitions for react-bootstrap",

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

},
"typesPublisherContentHash": "9a11647308b8861b3a9f3534789f764d89871eb12fc8acc8f75b850336c62cfb",
"typesPublisherContentHash": "533cf94b7488e5015c3b184c0b93c379878046e5548184b356742d676f6970b9",
"typeScriptVersion": "2.6"
}

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

Additional Details
* Last updated: Mon, 12 Feb 2018 20:53:17 GMT
* Last updated: Tue, 13 Feb 2018 20:54:40 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