Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embla-carousel-auto-scroll

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel-auto-scroll - npm Package Compare versions

Comparing version 8.1.4 to 8.1.5

4

cjs/components/AutoScroll.d.ts

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

interface EmblaPluginsType {
autoScroll?: AutoScrollType;
autoScroll: AutoScrollType;
}

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

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

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

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

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

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

interface EmblaPluginsType {
autoScroll?: AutoScrollType;
autoScroll: AutoScrollType;
}

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

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

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

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

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

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

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

export { AutoScrollType, AutoScrollOptionsType } from './components/AutoScroll.ts';
export { default } from './components/AutoScroll.ts';
export { AutoScrollType, AutoScrollOptionsType } from './components/AutoScroll.js';
export { default } from './components/AutoScroll.js';
{
"name": "embla-carousel-auto-scroll",
"version": "8.1.4",
"version": "8.1.5",
"author": "David Jerleke",

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

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

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

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

@@ -62,3 +62,3 @@ "description": "An auto scroll 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