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

@firebolt-js/sdk

Package Overview
Dependencies
Maintainers
0
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebolt-js/sdk - npm Package Compare versions

Comparing version 1.4.0-next.6 to 1.4.0-next.7

2

dist/docs/Accessibility/index.md

@@ -9,3 +9,3 @@ ---

Version Accessibility 1.4.0-next.6
Version Accessibility 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Account 1.4.0-next.6
Version Account 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Advertising 1.4.0-next.6
Version Advertising 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Authentication 1.4.0-next.6
Version Authentication 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Capabilities 1.4.0-next.6
Version Capabilities 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Device 1.4.0-next.6
Version Device 1.4.0-next.7

@@ -307,3 +307,3 @@ ## Table of Contents

Getting the supported HDCP versions
Getting the negotiated HDCP versions

@@ -315,7 +315,7 @@ JavaScript:

let supportedHdcpVersions = await Device.hdcp()
console.log(supportedHdcpVersions)
let negotiatedHdcpVersions = await Device.hdcp()
console.log(negotiatedHdcpVersions)
```
Value of `supportedHdcpVersions`:
Value of `negotiatedHdcpVersions`:

@@ -373,3 +373,3 @@ ```javascript

Getting the supported HDCP versions
Getting the negotiated HDCP versions

@@ -387,3 +387,3 @@ JavaScript:

Value of `supportedHdcpVersions`:
Value of `negotiatedHdcpVersions`:

@@ -431,4 +431,6 @@ ```javascript

Get the negotiated HDR formats for the connected display and device
Get the negotiated HDR formats for the connected display and device.
For devices that do not require additional connections (e.g. panels), `true` will be returned for all profiles.
To get the value of `hdr` call the method like this:

@@ -452,3 +454,3 @@

Getting the supported HDR formats
Getting the negotiated HDR formats

@@ -460,7 +462,7 @@ JavaScript:

let supportedHdrFormats = await Device.hdr()
console.log(supportedHdrFormats)
let negotiatedHdrFormats = await Device.hdr()
console.log(negotiatedHdrFormats)
```
Value of `supportedHdrFormats`:
Value of `negotiatedHdrFormats`:

@@ -522,3 +524,3 @@ ```javascript

Getting the supported HDR formats
Getting the negotiated HDR formats

@@ -536,3 +538,3 @@ JavaScript:

Value of `supportedHdrFormats`:
Value of `negotiatedHdrFormats`:

@@ -1240,3 +1242,3 @@ ```javascript

Get a transient platform identifier for the device. This API should be used to correlate metrics on the device only and cannot be guaranteed to have consistent responses across platforms.
Get a platform identifier for the device. This API should be used to correlate metrics on the device only and cannot be guaranteed to have consistent responses across platforms.

@@ -2021,3 +2023,3 @@ To get the value of `platform` call the method like this:

The type of HDR format that is supported
The type of HDR format

@@ -2112,3 +2114,3 @@ ```typescript

The type of HDCP versions that is supported
The type of HDCP versions

@@ -2115,0 +2117,0 @@ ```typescript

@@ -9,3 +9,3 @@ ---

Version Internal 1.4.0-next.6
Version Internal 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Keyboard 1.4.0-next.6
Version Keyboard 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Lifecycle 1.4.0-next.6
Version Lifecycle 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Localization 1.4.0-next.6
Version Localization 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Metrics 1.4.0-next.6
Version Metrics 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Parameters 1.4.0-next.6
Version Parameters 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version Profile 1.4.0-next.6
Version Profile 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version SecondScreen 1.4.0-next.6
Version SecondScreen 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

@@ -9,3 +9,3 @@ ---

Version SecureStorage 1.4.0-next.6
Version SecureStorage 1.4.0-next.7

@@ -12,0 +12,0 @@ ## Table of Contents

{
"name": "@firebolt-js/sdk",
"version": "1.4.0-next.6",
"version": "1.4.0-next.7",
"description": "The Firebolt JS SDK",

@@ -5,0 +5,0 @@ "main": "./dist/lib/firebolt.mjs",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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