Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-selectable-fast

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-selectable-fast - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

lib/Selectable-group.js

@@ -625,3 +625,4 @@ 'use strict';

ref: 'selectableGroup',
className: this.props.className + ' ' + (this.state.selectionMode ? this.props.selectionModeClass : '')
className: this.props.className + ' ' + (this.state.selectionMode ? this.props.selectionModeClass : ''),
style: this.props.style
},

@@ -644,2 +645,3 @@ _react2.default.createElement(_Selectbox2.default, { fixedPosition: this.props.fixedPosition, ref: 'selectbox' }),

clickableClassName: _react.PropTypes.string,
style: _react.PropTypes.object,
selectionModeClass: _react.PropTypes.string,

@@ -646,0 +648,0 @@ onSelectionClear: _react.PropTypes.func,

{
"name": "react-selectable-fast",
"version": "0.1.4",
"version": "0.1.5",
"description": "Enable other React components to be selectable by drawing a box with your mouse",

@@ -5,0 +5,0 @@ "repository": {

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