Socket
Socket
Sign inDemoInstall

embla-carousel-autoplay

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel-autoplay - npm Package Compare versions

Comparing version 8.1.4 to 8.1.5

4

cjs/components/Autoplay.d.ts

@@ -5,3 +5,3 @@ import { OptionsType } from './Options';

interface EmblaPluginsType {
autoplay?: AutoplayType;
autoplay: AutoplayType;
}

@@ -22,4 +22,4 @@ interface EmblaEventListType {

declare namespace Autoplay {
var globalOptions: Partial<import("embla-carousel").CreateOptionsType<OptionsType>> | undefined;
let globalOptions: AutoplayOptionsType | undefined;
}
export default Autoplay;
{
"name": "embla-carousel-autoplay",
"version": "8.1.4",
"version": "8.1.5",
"author": "David Jerleke",

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

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

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

@@ -5,3 +5,3 @@ import { OptionsType } from './Options';

interface EmblaPluginsType {
autoplay?: AutoplayType;
autoplay: AutoplayType;
}

@@ -22,4 +22,4 @@ interface EmblaEventListType {

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

@@ -1,6 +0,6 @@

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

@@ -21,4 +21,4 @@ interface EmblaEventListType {

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

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

export { AutoplayType, AutoplayOptionsType } from './components/Autoplay.ts';
export { default } from './components/Autoplay.ts';
export { AutoplayType, AutoplayOptionsType } from './components/Autoplay.js';
export { default } from './components/Autoplay.js';
{
"name": "embla-carousel-autoplay",
"version": "8.1.4",
"version": "8.1.5",
"author": "David Jerleke",

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

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

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

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

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

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

@@ -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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc