Socket
Socket
Sign inDemoInstall

react-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

2

package.json
{
"name": "react-bootstrap",
"version": "0.8.1",
"version": "0.8.2",
"description": "Bootstrap 3 components build with React",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -59,3 +59,3 @@ "use strict";

renderLabel: function () {
return this.props.label ? React.DOM.label( {for:this.props.id}, this.props.label) : null;
return this.props.label ? React.DOM.label( {htmlFor:this.props.id}, this.props.label) : null;
},

@@ -62,0 +62,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