Socket
Socket
Sign inDemoInstall

embla-carousel-autoplay

Package Overview
Dependencies
1
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.1.3 to 8.1.4

8

cjs/components/Autoplay.d.ts
import { OptionsType } from './Options';
import { CreatePluginType } from 'embla-carousel/components/Plugins';
declare module 'embla-carousel/components/Plugins' {
import { CreatePluginType } from 'embla-carousel';
declare module 'embla-carousel' {
interface EmblaPluginsType {
autoplay?: AutoplayType;
}
}
declare module 'embla-carousel/components/EventHandler' {
interface EmblaEventListType {

@@ -23,4 +21,4 @@ autoplayPlay: 'autoplay:play';

declare namespace Autoplay {
var globalOptions: Partial<import("embla-carousel/components/Options").CreateOptionsType<OptionsType>> | undefined;
var globalOptions: Partial<import("embla-carousel").CreateOptionsType<OptionsType>> | undefined;
}
export default Autoplay;

@@ -1,2 +0,2 @@

import { CreateOptionsType } from 'embla-carousel/components/Options';
import { CreateOptionsType } from 'embla-carousel';
export type OptionsType = CreateOptionsType<{

@@ -3,0 +3,0 @@ delay: number;

{
"name": "embla-carousel-autoplay",
"version": "8.1.3",
"version": "8.1.4",
"author": "David Jerleke",

@@ -51,3 +51,3 @@ "description": "An autoplay plugin for Embla Carousel",

"peerDependencies": {
"embla-carousel": "8.1.3"
"embla-carousel": "8.1.4"
},

@@ -54,0 +54,0 @@ "main": "embla-carousel-autoplay.cjs.js",

import { OptionsType } from './Options';
import { CreatePluginType } from 'embla-carousel/components/Plugins';
declare module 'embla-carousel/components/Plugins' {
import { CreatePluginType } from 'embla-carousel';
declare module 'embla-carousel' {
interface EmblaPluginsType {
autoplay?: AutoplayType;
}
}
declare module 'embla-carousel/components/EventHandler' {
interface EmblaEventListType {

@@ -23,4 +21,4 @@ autoplayPlay: 'autoplay:play';

declare namespace Autoplay {
var globalOptions: Partial<import("embla-carousel/components/Options").CreateOptionsType<OptionsType>> | undefined;
var globalOptions: Partial<import("embla-carousel").CreateOptionsType<OptionsType>> | undefined;
}
export default Autoplay;

@@ -1,2 +0,2 @@

import { CreateOptionsType } from 'embla-carousel/components/Options';
import { CreateOptionsType } from 'embla-carousel';
export type OptionsType = CreateOptionsType<{

@@ -3,0 +3,0 @@ delay: number;

import { OptionsType } from './Options';
import { CreatePluginType } from 'embla-carousel/components/Plugins';
declare module 'embla-carousel/components/Plugins' {
import { CreatePluginType } from 'embla-carousel';
declare module 'embla-carousel' {
interface EmblaPluginsType {
autoplay?: AutoplayType;
}
}
declare module 'embla-carousel/components/EventHandler' {
interface EmblaEventListType {

@@ -23,4 +21,4 @@ autoplayPlay: 'autoplay:play';

declare namespace Autoplay {
var globalOptions: Partial<import("embla-carousel/components/Options").CreateOptionsType<OptionsType>> | undefined;
var globalOptions: Partial<import("embla-carousel").CreateOptionsType<OptionsType>> | undefined;
}
export default Autoplay;

@@ -1,2 +0,2 @@

import { CreateOptionsType } from 'embla-carousel/components/Options';
import { CreateOptionsType } from 'embla-carousel';
export type OptionsType = CreateOptionsType<{

@@ -3,0 +3,0 @@ delay: number;

{
"name": "embla-carousel-autoplay",
"version": "8.1.3",
"version": "8.1.4",
"author": "David Jerleke",

@@ -51,3 +51,3 @@ "description": "An autoplay plugin for Embla Carousel",

"peerDependencies": {
"embla-carousel": "8.1.3"
"embla-carousel": "8.1.4"
},

@@ -54,0 +54,0 @@ "module": "embla-carousel-autoplay.esm.js",

{
"name": "embla-carousel-autoplay",
"version": "8.1.3",
"version": "8.1.4",
"author": "David Jerleke",

@@ -62,3 +62,3 @@ "description": "An autoplay plugin for Embla Carousel",

"peerDependencies": {
"embla-carousel": "8.1.3"
"embla-carousel": "8.1.4"
},

@@ -65,0 +65,0 @@ "exports": {

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc