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.2 to 1.0.3

8

web-app-manifest/index.d.ts

@@ -259,2 +259,10 @@ // Type definitions for non-npm package web-app-manifest 1.0

/**
* The manifest's id member is a string that represents the identity for the application.
* The identity takes the form of a URL, which is same origin as the start URL.
*
* @see https://w3c.github.io/manifest/#id-member
*/
id?: string | undefined;
/**
* The `theme_color` member serves as the default theme color for an application context.

@@ -261,0 +269,0 @@ *

6

web-app-manifest/package.json
{
"name": "@types/web-app-manifest",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for web-app-manifest",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-app-manifest",

"dependencies": {},
"typesPublisherContentHash": "4983f763ff041291ac70ccdaa73052454b0100b240926579302707c230319352",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "a60a9144663b828a56e5bcecde0f3379a8739154ec864b6ade429d9d8232fbd1",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Fri, 02 Jul 2021 18:05:18 GMT
* Last updated: Wed, 03 May 2023 14:32:46 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