Socket
Socket
Sign inDemoInstall

react-bootstrap-buttons

Package Overview
Dependencies
13
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.4.0

10

lib/index.js

@@ -1,2 +0,2 @@

/*! react-bootstrap-buttons v0.3.0 | (c) 2019 Cheton Wu <cheton@gmail.com> | MIT | https://github.com/cheton/react-bootstrap-buttons */
/*! react-bootstrap-buttons v0.4.0 | (c) 2019 Cheton Wu <cheton@gmail.com> | MIT | https://github.com/cheton/react-bootstrap-buttons */
module.exports =

@@ -152,3 +152,9 @@ /******/ (function(modules) { // webpackBootstrap

// Pass in a component to override default button element.
tag: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string]),
tag: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.shape({
$$typeof: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.symbol,
render: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func
}), prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.arrayOf(prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.shape({
$$typeof: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.symbol,
render: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func
})]))]),
// Specifies the type of button.

@@ -155,0 +161,0 @@ type: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(['button', 'reset', 'submit']),

2

package.json
{
"name": "react-bootstrap-buttons",
"version": "0.3.0",
"version": "0.4.0",
"description": "React Bootstrap buttons.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc