Socket
Socket
Sign inDemoInstall

@types/swiper

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/swiper - npm Package Compare versions

Comparing version 5.4.1 to 5.4.2

6

swiper/index.d.ts

@@ -230,3 +230,7 @@ // Type definitions for Swiper 5.4

*/
on?: { [key in SwiperEvent]?: () => void };
on?: {
[key in Exclude<SwiperEvent, LazyLoadingEvent>]?: (this: Swiper, swiper: Swiper) => void;
} & {
[key in LazyLoadingEvent]?: (this: Swiper, slideEl: HTMLElement, imageEl: HTMLImageElement) => void;
};

@@ -233,0 +237,0 @@ // CSS Scroll Snap

6

swiper/package.json
{
"name": "@types/swiper",
"version": "5.4.1",
"version": "5.4.2",
"description": "TypeScript definitions for Swiper",

@@ -57,4 +57,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "02e2dcb893521af7d183f5cc9cbf9afd5e0597983b366000a4458a7e46a9cb6a",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "42808c5a35067e2c358edc1bf432228d817e3d87a439bfd60c9af4d45042cfcb",
"typeScriptVersion": "3.4"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 28 Oct 2020 18:56:28 GMT
* Last updated: Thu, 11 Feb 2021 04:56:33 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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