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

rc-slider-captcha

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-slider-captcha - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/index.cjs.js

@@ -604,2 +604,3 @@ 'use strict';

document.addEventListener(events.end, touchend);
document.addEventListener('touchcancel', touchend);
return function () {

@@ -613,2 +614,3 @@ if (isBrowser && sliderButtonRef.current && puzzleRef.current) {

document.removeEventListener(events.end, touchend);
document.removeEventListener('touchcancel', touchend);
}

@@ -615,0 +617,0 @@ };

@@ -595,2 +595,3 @@ import classnames from 'classnames';

document.addEventListener(events.end, touchend);
document.addEventListener('touchcancel', touchend);
return function () {

@@ -604,2 +605,3 @@ if (isBrowser && sliderButtonRef.current && puzzleRef.current) {

document.removeEventListener(events.end, touchend);
document.removeEventListener('touchcancel', touchend);
}

@@ -606,0 +608,0 @@ };

2

package.json
{
"name": "rc-slider-captcha",
"version": "0.0.1",
"version": "0.0.2",
"description": "React slider captcha component.",

@@ -5,0 +5,0 @@ "keywords": [

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