New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-animated-slider

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-animated-slider - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

build/index.js

@@ -315,2 +315,3 @@ module.exports =

if (!_this3.isSwiping) {
_this3.animating = false;
return;

@@ -335,2 +336,3 @@ }

this.handleTouchEnd = function () {
_this3.animating = false;
_this3.isSwiping = false;

@@ -337,0 +339,0 @@ _this3.sliderRef.removeEventListener('touchmove', _this3.handleTouchMove);

3

package.json
{
"name": "react-animated-slider",
"version": "0.4.1",
"version": "0.4.2",
"description": "Animated slider component for react",

@@ -22,2 +22,3 @@ "main": "build/index.js",

"dependencies": {
"jest-cli": "^21.2.1",
"react": "^16.2.0"

@@ -24,0 +25,0 @@ },

@@ -159,2 +159,3 @@ import React from 'react';

if (!this.isSwiping) {
this.animating = false;
return;

@@ -179,2 +180,3 @@ }

handleTouchEnd = () => {
this.animating = false;
this.isSwiping = false;

@@ -181,0 +183,0 @@ this.sliderRef.removeEventListener('touchmove', this.handleTouchMove);

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