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

balena-register-device

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-register-device - npm Package Compare versions

Comparing version 7.1.1 to 7.2.0-support-additional-fields-6f10fe77ba11ec57bb012777975423dda498a8bd

10

build/register.d.ts

@@ -53,5 +53,9 @@ import { TypedError } from 'typed-error';

* @param {String} options.deviceType - device type
* @param {String} options.deviceApiKey - api key to create for the device
* @param {String} [options.deviceApiKey] - api key to create for the device
* @param {String} options.provisioningApiKey - provisioning api key
* @param {String} options.apiEndpoint - api endpoint
* @param {String} [options.supervisorVersion] - supervisor version of the device
* @param {String} [options.osVersion] - os version of the device
* @param {String} [options.osVariant] - os variant of the device
* @param {String} [options.macAddress] - mac address of the device
*

@@ -78,2 +82,6 @@ * @example

apiEndpoint: string;
supervisorVersion?: string;
osVersion?: string;
osVariant?: string;
macAddress?: string;
}): Promise<any>;

@@ -80,0 +88,0 @@ };

@@ -55,5 +55,9 @@ "use strict";

* @param {String} options.deviceType - device type
* @param {String} options.deviceApiKey - api key to create for the device
* @param {String} [options.deviceApiKey] - api key to create for the device
* @param {String} options.provisioningApiKey - provisioning api key
* @param {String} options.apiEndpoint - api endpoint
* @param {String} [options.supervisorVersion] - supervisor version of the device
* @param {String} [options.osVersion] - os version of the device
* @param {String} [options.osVariant] - os variant of the device
* @param {String} [options.macAddress] - mac address of the device
*

@@ -101,2 +105,6 @@ * @example

api_key: options.deviceApiKey,
supervisor_version: options.supervisorVersion,
os_version: options.osVersion,
os_variant: options.osVariant,
mac_address: options.macAddress,
},

@@ -103,0 +111,0 @@ });

@@ -8,2 +8,7 @@ # Change Log

# v7.2.0
## (2021-04-29)
* Support `supervisorVersion`/`osVersion`/`osVariant`/`macAddress` fields [Pagan Gazzard]
# v7.1.1

@@ -10,0 +15,0 @@ ## (2021-04-29)

2

package.json
{
"name": "balena-register-device",
"version": "7.1.1",
"version": "7.2.0-support-additional-fields-6f10fe77ba11ec57bb012777975423dda498a8bd",
"description": "Balena device registration utilities",

@@ -5,0 +5,0 @@ "main": "build/register.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