Socket
Socket
Sign inDemoInstall

hz-swiper

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.1.42 to 8.1.43

2

package.json
{
"name": "hz-swiper",
"version": "8.1.42",
"version": "8.1.43",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",

@@ -5,0 +5,0 @@ "typings": "swiper.d.ts",

@@ -55,2 +55,5 @@ import * as React from 'react';

onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired on mousewheel scroll
*/
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired in the beginning of lazy loading of image

@@ -63,5 +66,2 @@ */

onLazyImageReady?: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;/**
* Event will be fired on mousewheel scroll
*/
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired on navigation hide

@@ -68,0 +68,0 @@ */

@@ -59,2 +59,5 @@ import { SvelteComponentTyped } from 'svelte';

keyPress: CustomEvent<[swiper: SwiperClass, keyCode: string]>;/**
* Event will be fired on mousewheel scroll
*/
scroll: CustomEvent<[swiper: SwiperClass, event: WheelEvent]>;/**
* Event will be fired in the beginning of lazy loading of image

@@ -67,5 +70,2 @@ */

lazyImageReady: CustomEvent<[swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement]>;/**
* Event will be fired on mousewheel scroll
*/
scroll: CustomEvent<[swiper: SwiperClass, event: WheelEvent]>;/**
* Event will be fired on navigation hide

@@ -72,0 +72,0 @@ */

@@ -494,2 +494,5 @@ import {

keyPress: (swiper: SwiperClass, keyCode: string) => void;/**
* Event will be fired on mousewheel scroll
*/
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired in the beginning of lazy loading of image

@@ -502,5 +505,2 @@ */

lazyImageReady: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;/**
* Event will be fired on mousewheel scroll
*/
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
* Event will be fired on navigation hide

@@ -507,0 +507,0 @@ */

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc