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

@types/web-app-manifest

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/web-app-manifest - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

62

web-app-manifest/index.d.ts

@@ -30,3 +30,3 @@ // Type definitions for non-npm package web-app-manifest 1.0

*/
sizes?: string;
sizes?: string | undefined;

@@ -38,3 +38,3 @@ /**

*/
type?: string;
type?: string | undefined;

@@ -47,3 +47,3 @@ /**

*/
purpose?: string;
purpose?: string | undefined;

@@ -55,3 +55,3 @@ /**

*/
platform?: string;
platform?: string | undefined;
}

@@ -66,4 +66,4 @@

export interface Fingerprint {
type?: string;
value?: string;
type?: string | undefined;
value?: string | undefined;
}

@@ -90,3 +90,3 @@

*/
url?: string;
url?: string | undefined;

@@ -99,3 +99,3 @@ /**

*/
id?: string;
id?: string | undefined;

@@ -108,3 +108,3 @@ /**

*/
min_version?: string;
min_version?: string | undefined;

@@ -117,3 +117,3 @@ /**

*/
fingerprints?: Fingerprint[];
fingerprints?: Fingerprint[] | undefined;
}

@@ -141,3 +141,3 @@

*/
short_name?: string;
short_name?: string | undefined;

@@ -150,3 +150,3 @@ /**

*/
description?: string;
description?: string | undefined;

@@ -167,3 +167,3 @@ /**

*/
icons?: ImageResource[];
icons?: ImageResource[] | undefined;
}

@@ -183,3 +183,3 @@

*/
dir?: TextDirectionType;
dir?: TextDirectionType | undefined;

@@ -192,3 +192,3 @@ /**

*/
lang?: string;
lang?: string | undefined;

@@ -201,3 +201,3 @@ /**

*/
name?: string;
name?: string | undefined;

@@ -209,3 +209,3 @@ /**

*/
short_name?: string;
short_name?: string | undefined;

@@ -217,3 +217,3 @@ /**

*/
description?: string;
description?: string | undefined;

@@ -226,3 +226,3 @@ /**

*/
icons?: ImageResource[];
icons?: ImageResource[] | undefined;

@@ -235,3 +235,3 @@ /**

*/
screenshots?: ImageResource[];
screenshots?: ImageResource[] | undefined;

@@ -243,3 +243,3 @@ /**

*/
categories?: string[];
categories?: string[] | undefined;

@@ -252,3 +252,3 @@ /**

*/
iarc_rating_id?: string;
iarc_rating_id?: string | undefined;

@@ -262,3 +262,3 @@ /**

*/
start_url?: string;
start_url?: string | undefined;

@@ -270,3 +270,3 @@ /**

*/
display?: DisplayModeType;
display?: DisplayModeType | undefined;

@@ -279,3 +279,3 @@ /**

*/
orientation?: OrientationLockType;
orientation?: OrientationLockType | undefined;

@@ -287,3 +287,3 @@ /**

*/
theme_color?: string;
theme_color?: string | undefined;

@@ -295,3 +295,3 @@ /**

*/
background_color?: string;
background_color?: string | undefined;

@@ -304,3 +304,3 @@ /**

*/
scope?: string;
scope?: string | undefined;

@@ -313,3 +313,3 @@ /**

*/
related_applications?: ExternalApplicationResource[];
related_applications?: ExternalApplicationResource[] | undefined;

@@ -322,3 +322,3 @@ /**

*/
prefer_related_applications?: boolean;
prefer_related_applications?: boolean | undefined;

@@ -330,3 +330,3 @@ /**

*/
shortcuts?: ShortcutItem[];
shortcuts?: ShortcutItem[] | undefined;
}
{
"name": "@types/web-app-manifest",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for web-app-manifest",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-app-manifest",
"license": "MIT",

@@ -22,4 +23,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "b67cce011cb92ce51deb00e1230f51ae2ac903ed9fdd58bacfc088b208cea74f",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "4983f763ff041291ac70ccdaa73052454b0100b240926579302707c230319352",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Mon, 17 May 2021 08:31:23 GMT
* Last updated: Fri, 02 Jul 2021 18:05:18 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