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

@types/platform

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/platform - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

24

platform/index.d.ts

@@ -16,3 +16,3 @@ // Type definitions for Platform 1.3

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

@@ -24,3 +24,3 @@ * The name of the browser's layout engine.

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

@@ -34,3 +34,3 @@ * The name of the product's manufacturer.

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

@@ -47,7 +47,7 @@ * The name of the browser/environment.

*/
name?: string;
name?: string | undefined;
/**
* The alpha/beta release indicator.
*/
prerelease?: string;
prerelease?: string | undefined;
/**

@@ -61,15 +61,15 @@ * The name of the product hosting the browser.

*/
product?: string;
product?: string | undefined;
/**
* The browser's user agent string.
*/
ua?: string;
ua?: string | undefined;
/**
* The version of the OS.
*/
version?: string;
version?: string | undefined;
/**
* The name of the operating system.
*/
os?: OperatingSystem;
os?: OperatingSystem | undefined;
/**

@@ -91,3 +91,3 @@ * Creates a new platform object.

*/
architecture?: number;
architecture?: number | undefined;
/**

@@ -101,7 +101,7 @@ * The family of the OS.

*/
family?: string;
family?: string | undefined;
/**
* The version of the OS.
*/
version?: string;
version?: string | undefined;
/**

@@ -108,0 +108,0 @@ * Returns the OS string.

{
"name": "@types/platform",
"version": "1.3.3",
"version": "1.3.4",
"description": "TypeScript definitions for Platform",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/platform",
"license": "MIT",

@@ -27,4 +28,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "3f298cc452aa0d73fdc1d7fdf6f6144a673a6ddf5de840cd0b0a99bd45f77451",
"typeScriptVersion": "3.1"
"typesPublisherContentHash": "b339b56d3c1edb53b36dbfb8430651fee6ed12a6d6ab9b5bcd4b1806a59b7384",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Wed, 09 Sep 2020 21:18:32 GMT
* Last updated: Wed, 07 Jul 2021 17:02:31 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `platform`

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