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

@firebolt-js/discovery-sdk

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebolt-js/discovery-sdk - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1-feature-and-fixes-1-3-1.0

4

dist/docs/Accessibility/schemas/index.md

@@ -55,3 +55,3 @@ ---

enabled: boolean // Whether or not voice guidance should be enabled by default
speed: VoiceSpeed // The speed at which voice guidance speech will be read back to the user
speed?: VoiceSpeed // The speed at which voice guidance speech will be read back to the user
}

@@ -142,3 +142,3 @@ ```

enabled: boolean // Whether or not closed-captions should be enabled by default
styles: ClosedCaptionsStyles // The default styles to use when displaying closed-captions
styles?: ClosedCaptionsStyles // The default styles to use when displaying closed-captions
preferredLanguages?: string[]

@@ -145,0 +145,0 @@ }

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

Version Content 1.3.0
Version Content 1.3.1-feature-and-fixes-1-3-1.0

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

@@ -18,5 +18,5 @@ ---

- [SemanticVersion](#semanticversion)
- [BooleanMap](#booleanmap)
- [LocalizedString](#localizedstring)
- [FlatMap](#flatmap)
- [BooleanMap](#booleanmap)
- [Timeout](#timeout)

@@ -36,5 +36,3 @@

DOLBY_DIGITAL_5_1: 'dolbyDigital5.1',
DOLBY_DIGITAL_7_1: 'dolbyDigital7.1',
DOLBY_DIGITAL_5_1_PLUS: 'dolbyDigital5.1+',
DOLBY_DIGITAL_7_1_PLUS: 'dolbyDigital7.1+',
DOLBY_ATMOS: 'dolbyAtmos',

@@ -60,10 +58,2 @@ },

### BooleanMap
```typescript
type BooleanMap = {}
```
---
### LocalizedString

@@ -87,2 +77,10 @@

### BooleanMap
```typescript
type BooleanMap = {}
```
---
### Timeout

@@ -89,0 +87,0 @@

@@ -5,3 +5,3 @@ {

"title": "Firebolt Discovery SDK",
"version": "1.3.0",
"version": "1.3.1-feature-and-fixes-1-3-1.0",
"x-module-descriptions": {}

@@ -250,2 +250,21 @@ },

},
"NetworkType": {
"title": "NetworkType",
"type": "string",
"enum": [
"wifi",
"ethernet",
"hybrid"
],
"description": "The type of network that is currently active"
},
"NetworkState": {
"title": "NetworkState",
"type": "string",
"enum": [
"connected",
"disconnected"
],
"description": "The type of network that is currently active"
},
"FederatedRequest": {

@@ -664,15 +683,6 @@ "title": "FederatedRequest",

"dolbyDigital5.1",
"dolbyDigital7.1",
"dolbyDigital5.1+",
"dolbyDigital7.1+",
"dolbyAtmos"
]
},
"BooleanMap": {
"title": "BooleanMap",
"type": "object",
"additionalProperties": {
"type": "boolean"
}
},
"LocalizedString": {

@@ -716,2 +726,9 @@ "title": "LocalizedString",

},
"BooleanMap": {
"title": "BooleanMap",
"type": "object",
"additionalProperties": {
"type": "boolean"
}
},
"Timeout": {

@@ -732,4 +749,3 @@ "title": "Timeout",

"required": [
"enabled",
"styles"
"enabled"
],

@@ -779,4 +795,3 @@ "properties": {

"required": [
"enabled",
"speed"
"enabled"
],

@@ -783,0 +798,0 @@ "properties": {

@@ -80,5 +80,3 @@ /*

DOLBY_DIGITAL_5_1 = 'dolbyDigital5.1',
DOLBY_DIGITAL_7_1 = 'dolbyDigital7.1',
DOLBY_DIGITAL_5_1_PLUS = 'dolbyDigital5.1+',
DOLBY_DIGITAL_7_1_PLUS = 'dolbyDigital7.1+',
DOLBY_ATMOS = 'dolbyAtmos',

@@ -85,0 +83,0 @@ }

{
"name": "@firebolt-js/discovery-sdk",
"version": "1.3.0",
"version": "1.3.1-feature-and-fixes-1-3-1.0",
"description": "The Firebolt Discovery JS SDK",

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

Sorry, the diff of this file is not supported yet

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