Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/photoswipe

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/photoswipe - npm Package Compare versions

Comparing version
4.0.28
to
4.0.29
+5
-0
photoswipe/index.d.ts
// Type definitions for PhotoSwipe 4.0.8
// Project: http://photoswipe.com/
// Definitions by: Xiaohan Zhang <https://github.com/hellochar>
// PikachuEXE <https://github.com/PikachuEXE>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -23,2 +24,6 @@

h: number;
/**
* The url to small image placeholder, large image will be loaded on top
*/
msrc?: string;

@@ -25,0 +30,0 @@ /**

+12
-5
{
"name": "@types/photoswipe",
"version": "4.0.28",
"version": "4.0.29",
"description": "TypeScript definitions for PhotoSwipe",

@@ -9,15 +9,22 @@ "license": "MIT",

"name": "Xiaohan Zhang",
"url": "https://github.com/hellochar"
"url": "https://github.com/hellochar",
"githubUsername": "hellochar"
},
{
"name": "PikachuEXE",
"url": "https://github.com/PikachuEXE",
"githubUsername": "PikachuEXE"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/photoswipe"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "f4da1b218a622f84f8dbec3d698a8ff70ef69928e2f4feab90031267a98a37bf",
"typesPublisherContentHash": "4490344336927b09ae885981a5d3f75259270e34fc9fe88d870e973e95a720c2",
"typeScriptVersion": "2.0"
}

@@ -5,9 +5,9 @@ # Installation

# Summary
This package contains type definitions for PhotoSwipe (http://photoswipe.com/).
This package contains type definitions for PhotoSwipe ( http://photoswipe.com/ ).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/photoswipe
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/photoswipe
Additional Details
* Last updated: Fri, 02 Jun 2017 15:29:19 GMT
* Last updated: Tue, 14 May 2019 23:51:07 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: PhotoSwipe, PhotoSwipeUI_Default

# Credits
These definitions were written by Xiaohan Zhang <https://github.com/hellochar>.
These definitions were written by Xiaohan Zhang <https://github.com/hellochar>, PikachuEXE <https://github.com/PikachuEXE>.