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.0 to 7.1.1-update-deps-8d78459d6cf6e0dcaa4721c38898eeb2d25c5674

3

build/register.js

@@ -29,3 +29,3 @@ "use strict";

*/
exports.getRegisterDevice = ({ request, }) => ({
const getRegisterDevice = ({ request, }) => ({
/**

@@ -110,2 +110,3 @@ * @summary Generate a random key, useful for both uuid and api key.

});
exports.getRegisterDevice = getRegisterDevice;
class ApiError extends typed_error_1.TypedError {

@@ -112,0 +113,0 @@ constructor(message = 'Error with API request', response) {

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

# v7.1.1
## (2021-04-29)
* Update dependencies [Pagan Gazzard]
# v7.1.0

@@ -10,0 +15,0 @@ ## (2020-07-13)

{
"name": "balena-register-device",
"version": "7.1.0",
"version": "7.1.1-update-deps-8d78459d6cf6e0dcaa4721c38898eeb2d25c5674",
"description": "Balena device registration utilities",

@@ -37,19 +37,18 @@ "main": "build/register.js",

"devDependencies": {
"@balena/lint": "^5.1.0",
"balena-auth": "^4.0.1",
"@balena/lint": "^5.4.1",
"balena-auth": "^4.1.0",
"balena-config-karma": "^2.3.1",
"balena-request": "^11.0.0",
"balena-request": "^11.4.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"karma": "^1.7.0",
"lodash": "^4.0.0",
"lodash": "^4.17.21",
"mocha": "^6.2.0",
"mockttp": "^0.8.0",
"sinon": "^1.17.6"
"mockttp": "^0.8.0"
},
"dependencies": {
"@types/uuid": "^8.0.0",
"tslib": "^2.0.0",
"typed-error": "^3.2.0",
"uuid": "^8.2.0"
"@types/uuid": "^8.3.0",
"tslib": "^2.2.0",
"typed-error": "^3.2.1",
"uuid": "^8.3.2"
},

@@ -56,0 +55,0 @@ "peerDependencies": {

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