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

2

dist/cloud-protocol/AWSReported.js

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

export var AWSDevice = Type.Object({
v: Type.Union([
v: Type.Intersect([
Type.Object({

@@ -10,0 +10,0 @@ appV: Type.String({

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

{
v: Type.Union([
v: Type.Intersect([
Type.Object({

@@ -18,0 +18,0 @@ appV: Type.String({

{
"name": "@nordicsemiconductor/asset-tracker-cloud-docs",
"version": "28.3.2",
"version": "28.3.3",
"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",

import { Static } from '@sinclair/typebox'
import { AGPSRequest } from './docs/cloud-protocol/AGPSRequest'
import { AWSDesired } from './docs/cloud-protocol/AWSDesired'
import { AWSReported } from './docs/cloud-protocol/AWSReported'
import { AWSDevice, AWSReported } from './docs/cloud-protocol/AWSReported'
import { AzureDesired } from './docs/cloud-protocol/AzureDesired'

@@ -59,4 +59,5 @@ import { AzureFOTA } from './docs/cloud-protocol/AzureFOTA'

export type DeviceData = Static<typeof Device>
export type AWSDeviceData = Static<typeof AWSDevice>
export type EnvironmentData = Static<typeof Environment>
export type GNSSData = Static<typeof GNSS>
export type RoamingInfoData = Static<typeof RoamingInfo>
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