New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nordicsemiconductor/asset-tracker-cloud-docs

Package Overview
Dependencies
Maintainers
6
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nordicsemiconductor/asset-tracker-cloud-docs - npm Package Compare versions

Comparing version 28.3.5 to 28.3.6

12

dist/cloud-protocol/Batch.js

@@ -6,18 +6,18 @@ import { Type } from "@sinclair/typebox";

export var Batch = Type.Object({
bat: Type.Optional(Type.Array(Type.Ref(Battery), {
bat: Type.Optional(Type.Array(Battery, {
description: "Battery readings"
})),
gnss: Type.Optional(Type.Array(Type.Ref(GNSS), {
gnss: Type.Optional(Type.Array(GNSS, {
description: "GNSS readings"
})),
roam: Type.Optional(Type.Array(Type.Ref(RoamingInfo), {
roam: Type.Optional(Type.Array(RoamingInfo, {
description: "Roaming information updates."
})),
btn: Type.Optional(Type.Array(Type.Ref(ButtonPress), {
btn: Type.Optional(Type.Array(ButtonPress, {
description: "Button presses."
})),
impact: Type.Optional(Type.Array(Type.Ref(Impact), {
impact: Type.Optional(Type.Array(Impact, {
description: "Motion impact events."
})),
env: Type.Optional(Type.Array(Type.Ref(Environment), {
env: Type.Optional(Type.Array(Environment, {
description: "Environmental sensors."

@@ -24,0 +24,0 @@ }))

@@ -7,4 +7,4 @@ import { Type } from "@sinclair/typebox";

// at least one of them will always be set, but this notation simplifies the access
lte: Type.Optional(Type.Ref(NeighboringCellMeasurements)),
wifi: Type.Optional(Type.Ref(WiFiSiteSurvey))
lte: Type.Optional(NeighboringCellMeasurements),
wifi: Type.Optional(WiFiSiteSurvey)
}, {

@@ -11,0 +11,0 @@ $schema: "http://json-schema.org/draft-07/schema#",

@@ -9,3 +9,3 @@ import { Type } from '@sinclair/typebox'

bat: Type.Optional(
Type.Array(Type.Ref(Battery), {
Type.Array(Battery, {
description: 'Battery readings',

@@ -15,3 +15,3 @@ }),

gnss: Type.Optional(
Type.Array(Type.Ref(GNSS), {
Type.Array(GNSS, {
description: 'GNSS readings',

@@ -21,3 +21,3 @@ }),

roam: Type.Optional(
Type.Array(Type.Ref(RoamingInfo), {
Type.Array(RoamingInfo, {
description: 'Roaming information updates.',

@@ -27,3 +27,3 @@ }),

btn: Type.Optional(
Type.Array(Type.Ref(ButtonPress), {
Type.Array(ButtonPress, {
description: 'Button presses.',

@@ -33,6 +33,6 @@ }),

impact: Type.Optional(
Type.Array(Type.Ref(Impact), { description: 'Motion impact events.' }),
Type.Array(Impact, { description: 'Motion impact events.' }),
),
env: Type.Optional(
Type.Array(Type.Ref(Environment), {
Type.Array(Environment, {
description: 'Environmental sensors.',

@@ -39,0 +39,0 @@ }),

@@ -9,4 +9,4 @@ import { Type } from '@sinclair/typebox'

// at least one of them will always be set, but this notation simplifies the access
lte: Type.Optional(Type.Ref(NeighboringCellMeasurements)),
wifi: Type.Optional(Type.Ref(WiFiSiteSurvey)),
lte: Type.Optional(NeighboringCellMeasurements),
wifi: Type.Optional(WiFiSiteSurvey),
},

@@ -13,0 +13,0 @@ {

{
"name": "@nordicsemiconductor/asset-tracker-cloud-docs",
"version": "28.3.5",
"version": "28.3.6",
"description": "The nRF Asset Tracker aims to provide a concrete end-to-end example for an IoT product in the asset tracker space.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -14,4 +14,4 @@ export * from './dist/cloud-protocol/AGPSRequest.js'

export * from './dist/cloud-protocol/PGPSResponse.js'
export * from './docs/cloud-protocol/Reported.js'
export * from './dist/cloud-protocol/Reported.js'
export * from './dist/cloud-protocol/WiFiSiteSurvey.js'
export * from './dist/cloud-protocol/validateWithType.js'
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