Socket
Socket
Sign inDemoInstall

react-selecto

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-selecto - npm Package Compare versions

Comparing version 1.13.2 to 1.14.0

4

dist/selecto.cjs.js

@@ -7,3 +7,3 @@ /*

repository: https://github.com/daybrush/selecto/blob/master/packages/react-selecto
version: 1.13.2
version: 1.14.0
*/

@@ -108,3 +108,3 @@ 'use strict';

this.selecto = new VanillaSelecto(__assign(__assign({}, options), {
target: this.selectionElement
portalContainer: this.selectionElement
}));

@@ -111,0 +111,0 @@ VanillaSelecto.EVENTS.forEach(function (name, i) {

@@ -7,3 +7,3 @@ /*

repository: https://github.com/daybrush/selecto/blob/master/packages/react-selecto
version: 1.13.2
version: 1.14.0
*/

@@ -107,3 +107,3 @@ import { createElement, PureComponent } from 'react';

this.selecto = new VanillaSelecto(__assign(__assign({}, options), {
target: this.selectionElement
portalContainer: this.selectionElement
}));

@@ -110,0 +110,0 @@ EVENTS.forEach(function (name, i) {

{
"name": "react-selecto",
"version": "1.13.2",
"version": "1.14.0",
"description": "A React Selecto Component that allows you to select elements in the drag area using the mouse or touch.",

@@ -49,3 +49,3 @@ "main": "./dist/selecto.cjs.js",

"dependencies": {
"selecto": "~1.13.2"
"selecto": "~1.14.0"
},

@@ -52,0 +52,0 @@ "browserslist": {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc