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.3.2 to 5.4.0

11

swiper/index.d.ts

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

// Type definitions for Swiper 5.3
// Type definitions for Swiper 5.4
// Project: https://github.com/nolimits4web/Swiper, http://www.idangero.us/swiper

@@ -65,5 +65,10 @@ // Definitions by: Sebastián Galiano <https://github.com/sgaliano>

/**
* Swiper hash-navigation event names.
*/
export type HashNavigationEvent = 'hashChange' | 'hashSet';
/**
* Swiper event names.
*/
export type SwiperEvent = CommonEvent | PaginationEvent | AutoplayEvent | LazyLoadingEvent;
export type SwiperEvent = CommonEvent | PaginationEvent | AutoplayEvent | LazyLoadingEvent | HashNavigationEvent;

@@ -1018,2 +1023,4 @@ /**

thumbsContainerClass?: string;
multipleActiveThumbs?: boolean;
autoScrollOffset?: number;
}

@@ -1020,0 +1027,0 @@

4

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

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

"dependencies": {},
"typesPublisherContentHash": "ad6744dfdc981ee769a3d5e7558ef2f11594312e2bd4c6c4a5b756f1f2eaa0a5",
"typesPublisherContentHash": "d19e55f61fd76e80201b11d718ca9fe19c8201501de0600a9cbce4ffafefdb85",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Thu, 11 Jun 2020 19:02:06 GMT
* Last updated: Thu, 25 Jun 2020 00:49:19 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