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

@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 4.4.2 to 4.4.3

12

swiper/index.d.ts

@@ -451,2 +451,3 @@ // Type definitions for Swiper 4.4

cubeEffect?: CubeEffectOptions;
thumbs?: ThumbsOptions;
zoom?: ZoomOptions | boolean;

@@ -951,2 +952,8 @@ keyboard?: KeyboardOptions | boolean;

export interface ThumbsOptions {
swiper?: Swiper;
slideThumbActiveClass?: string;
thumbsContainerClass?: string;
}
export interface ZoomOptions {

@@ -1558,2 +1565,7 @@ maxRatio?: number;

/**
* Swiper Thumbs module.
*/
thumbs?: object;
/**
* Swiper Zoom module.

@@ -1560,0 +1572,0 @@ */

7

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

@@ -42,8 +42,9 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/swiper"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "2796c90bd83d84f6151e64a20e83a3fca41fd750042d20ffc8d5b44773032201",
"typesPublisherContentHash": "867ff3d84008aaf7afcd84f6c8d8ff0ec59ae69a58439467bd643113a98db6f5",
"typeScriptVersion": "2.9"
}

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

Additional Details
* Last updated: Thu, 14 Feb 2019 00:09:12 GMT
* Last updated: Wed, 22 May 2019 16:49:56 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