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

embla-carousel

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel - npm Package Compare versions

Comparing version 2.7.3 to 2.7.4

5

lib/index.js

@@ -1419,5 +1419,5 @@ (function webpackUniversalModuleDefinition(root, factory) {

function read(evt, axis) {
var isMouse = state.isMouse;
state.isMouse = !evt.touches;
var c = coords[axis];
var value = isMouse ? evt[c] : evt.touches[0][c];
var value = state.isMouse ? evt[c] : evt.touches[0][c];
return pointValue.setNumber(value);

@@ -1427,3 +1427,2 @@ }

function down(evt) {
state.isMouse = !!evt.type.match(/mouse/);
var point = read(evt, 'x');

@@ -1430,0 +1429,0 @@ startDrag.set(point);

2

package.json
{
"name": "embla-carousel",
"version": "2.7.3",
"version": "2.7.4",
"author": "David Cetinkaya",

@@ -5,0 +5,0 @@ "private": false,

@@ -1135,8 +1135,8 @@ <br />

<div>
<a href="#scrollby">
<a href="https://codesandbox.io/s/embla-carousel-scrollby-07cq5">
<img src="https://rawgit.com/davidcetinkaya/embla-carousel/master/docs/assets/codesandbox-logo.svg" height="23" align="top" />
</a>
&nbsp;
<a href="#scrollby">
<code>CodeSandbox (⚠️ Upcoming!)</code>
<a href="https://codesandbox.io/s/embla-carousel-scrollby-07cq5">
<code>CodeSandbox</code>
</a>

@@ -2028,3 +2028,3 @@ </div>

<img src="https://rawgit.com/davidcetinkaya/embla-carousel/master/docs/assets/codesandbox-logo.svg" height="23" align="top" /> &nbsp;
<a href="https://codesandbox.io/s/embla-carousel-loop-false-oyols">
<a href="https://codesandbox.io/s/embla-carousel-basic-setup-oyols">
<code>Basic Setup</code>

@@ -2031,0 +2031,0 @@ </a>

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