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
232
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 6.0.0 to 6.0.1

5

components/index.d.ts

@@ -17,2 +17,3 @@ import { Engine } from './Engine';

destroy: () => void;
[key: string]: unknown;
};

@@ -29,3 +30,3 @@ export declare type EmblaCarouselType = {

previousScrollSnap: () => number;
reInit: (options?: EmblaOptionsType) => void;
reInit: (options?: EmblaOptionsType, plugins?: EmblaPluginType[]) => void;
rootNode: () => HTMLElement;

@@ -42,3 +43,3 @@ scrollNext: (jump?: boolean) => void;

};
declare function EmblaCarousel<EmblaPluginsType extends EmblaPluginType>(nodes: HTMLElement | EmblaNodesType, userOptions?: EmblaOptionsType, userPlugins?: EmblaPluginsType[]): EmblaCarouselType;
declare function EmblaCarousel(nodes: HTMLElement | EmblaNodesType, userOptions?: EmblaOptionsType, userPlugins?: EmblaPluginType[]): EmblaCarouselType;
export default EmblaCarousel;

2

package.json
{
"name": "embla-carousel",
"version": "6.0.0",
"version": "6.0.1",
"author": "David Cetinkaya",

@@ -5,0 +5,0 @@ "description": "A lightweight carousel library with fluid motion and great swipe precision",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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