New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

embla-carousel-class-names

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel-class-names - npm Package Compare versions

Comparing version 8.1.3 to 8.1.4

6

cjs/components/ClassNames.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 {

@@ -12,4 +12,4 @@ classNames?: ClassNamesType;

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

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

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

@@ -3,0 +3,0 @@ snapped: string;

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

@@ -51,3 +51,3 @@ "description": "A class name toggle plugin for Embla Carousel",

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

@@ -54,0 +54,0 @@ "main": "embla-carousel-class-names.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 {

@@ -12,4 +12,4 @@ classNames?: ClassNamesType;

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

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

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

@@ -3,0 +3,0 @@ snapped: string;

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 {

@@ -12,4 +12,4 @@ classNames?: ClassNamesType;

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

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

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

@@ -3,0 +3,0 @@ snapped: string;

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

@@ -51,3 +51,3 @@ "description": "A class name toggle plugin for Embla Carousel",

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

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

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

@@ -62,3 +62,3 @@ "description": "A class name toggle 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc