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 0.0.11 to 0.0.12

1

declaration/types.d.ts

@@ -9,2 +9,3 @@ import { SelectoEvents, SelectoOptions } from "selecto";

onKeyup: "keyup";
onScroll: "scroll";
}

@@ -11,0 +12,0 @@ export declare type SelectoEventProps = {

2

dist/selecto.cjs.js

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

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

@@ -10,0 +10,0 @@ 'use strict';

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

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

@@ -10,0 +10,0 @@ import { createElement, PureComponent } from 'react';

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

@@ -5,0 +5,0 @@ "main": "./dist/selecto.cjs.js",

@@ -10,2 +10,3 @@ import { SelectoEvents, SelectoOptions } from "selecto";

onKeyup: "keyup";
onScroll: "scroll";
}

@@ -12,0 +13,0 @@ export type SelectoEventProps = {

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