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

embla-carousel

Package Overview
Dependencies
Maintainers
1
Versions
236
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.3.3 to 2.3.4

3

lib/index.js

@@ -1924,4 +1924,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

if (state.value !== target) {
state.value = target; // @ts-ignore
state.value = target;
getComputedStyle(node).transform;

@@ -1928,0 +1927,0 @@ nodeStyle.transform = translateX(target);

{
"name": "embla-carousel",
"version": "2.3.3",
"version": "2.3.4",
"author": "David Cetinkaya",

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

@@ -8,21 +8,23 @@ <br />

<p align="center">
<a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/badge/license-MIT-green.svg"></a>
<a href="https://www.npmjs.com/package/embla-carousel" target="_blank"><img src="https://img.shields.io/npm/v/embla-carousel.svg"></a>
<a href="https://travis-ci.org/davidcetinkaya/embla-carousel" target="_blank"><img src="https://img.shields.io/travis/davidcetinkaya/embla-carousel/master.svg"></a>
<a href="https://prettier.io" target="_blank"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat"></a>
<a href="https://www.npmjs.com/package/embla-carousel" target="_blank"><img src="https://img.shields.io/bundlephobia/minzip/embla-carousel?color=%234c1&label=gzip%20size">
</a>
</p>
<strong>
<h1 align="center">Embla Carousel</h1>
<h2 align="center">Embla Carousel</h2>
</strong>
<p align="center">
An extensible low level carousel for the web, written in TypeScript.
Extensible low level carousels for the web. Extend it with basic JavaScript and build awesome physics simulated carousels. Dependency free and 100% open source.
</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://www.npmjs.com/package/embla-carousel" target="_blank"><img src="https://img.shields.io/npm/v/embla-carousel.svg"></a>
<a href="https://travis-ci.org/davidcetinkaya/embla-carousel" target="_blank"><img src="https://img.shields.io/travis/davidcetinkaya/embla-carousel/master.svg"></a>
<a href="https://prettier.io" target="_blank"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat"></a>
</p>
<p align="center">
<strong>
<h4 align="center">
<code> &nbsp; <a href="https://davidcetinkaya.github.io/embla-carousel">DEMO PAGE</a> &nbsp; </code>
<code> &nbsp; <a href="https://davidcetinkaya.github.io/embla-carousel">DEMO</a> &nbsp; </code>
</h4>

@@ -37,9 +39,11 @@ </strong>

<strong>
« &nbsp;<code><a href="#options">OPTIONS</a></code>
<code><a href="#options">OPTIONS</a></code>
</strong>
&nbsp;
<strong>
&nbsp; | &nbsp;
<code><a href="https://codesandbox.io/s/oyols">CODE SANDBOX</a></code>
</strong>
&nbsp;
<strong>
<code><a href="#api">THE API</a></code>&nbsp; »
<code><a href="#api">THE API</a></code>
</strong>

@@ -46,0 +50,0 @@ </p>

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