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 7.0.0-rc03 to 7.0.0-rc04

13

components/Plugins.d.ts
import { CreateOptionsType, LooseOptionsType } from './Options';
import { AutoHeightType } from 'embla-carousel-auto-height';
import { AutoplayType } from 'embla-carousel-autoplay';
import { ClassNamesType } from 'embla-carousel-class-names';
import { EmblaCarouselType } from './';

@@ -15,7 +12,5 @@ export declare type LoosePluginType = {

};
export declare type EmblaPluginType = AutoHeightType | AutoplayType | ClassNamesType;
export declare type EmblaPluginsType = {
autoHeight?: AutoHeightType;
autoplay?: AutoplayType;
classNames?: ClassNamesType;
};
export interface EmblaPluginsType {
[key: string]: CreatePluginType<LoosePluginType, {}>;
}
export declare type EmblaPluginType = EmblaPluginsType[keyof EmblaPluginsType];
{
"name": "embla-carousel",
"version": "7.0.0-rc03",
"version": "7.0.0-rc04",
"author": "David Jerleke",

@@ -48,6 +48,2 @@ "description": "A lightweight carousel library with fluid motion and great swipe precision",

"@typescript-eslint/parser": "^5.10.2",
"embla-carousel-auto-height": "7.0.0-rc03",
"embla-carousel-autoplay": "7.0.0-rc03",
"embla-carousel-class-names": "7.0.0-rc03",
"embla-carousel-wheel-gestures": "2.2.0",
"eslint": "^8.8.0",

@@ -54,0 +50,0 @@ "eslint-config-prettier": "^8.3.0",

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