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 9.0.2-build-oj-test-deploy-with-new-balena-request-e99a454c8c5bc30c0db963825ccd21c93174976a-1 to 9.0.2

2

build/register.js

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

generateUniqueKey() {
return (0, uuid_1.v4)().replace(/\-/g, '');
return (0, uuid_1.v4)().replace(/-/g, '');
},

@@ -46,0 +46,0 @@ /**

{
"name": "balena-register-device",
"version": "9.0.2-build-oj-test-deploy-with-new-balena-request-e99a454c8c5bc30c0db963825ccd21c93174976a-1",
"version": "9.0.2",
"description": "Balena device registration utilities",

@@ -28,5 +28,5 @@ "main": "build/register.js",

"scripts": {
"build": "tsc",
"lint": "balena-lint -e js --typescript lib tests",
"lint-fix": "balena-lint -e ts -e js --typescript --fix lib tests",
"build": "tsc --project tsconfig.dist.json",
"lint": "balena-lint lib tests",
"lint-fix": "balena-lint --fix lib tests",
"test-node": "npx mocha -r ts-node/register --reporter spec tests/**/*.spec.ts",

@@ -42,3 +42,3 @@ "test-browser": "mockttp -c karma start",

"devDependencies": {
"@balena/lint": "^5.4.1",
"@balena/lint": "^7.3.0",
"@types/chai": "^4.3.0",

@@ -48,5 +48,5 @@ "@types/chai-as-promised": "^7.1.4",

"@types/mocha": "^9.1.1",
"balena-auth": "^5.0.0",
"balena-auth": "^6.0.1",
"balena-config-karma": "4.0.0",
"balena-request": "13.1.0-build-otaviojacobi-does-multipart-form-when-blob-is-present-984edfe5afe582d66b5bb038a370de72e0ccbb1f-1",
"balena-request": "^13.0.0",
"browserify-zlib": "^0.2.0",

@@ -75,7 +75,7 @@ "buffer": "^5.7.1",

"peerDependencies": {
"balena-request": "13.1.0-build-otaviojacobi-does-multipart-form-when-blob-is-present-984edfe5afe582d66b5bb038a370de72e0ccbb1f-1"
"balena-request": "^13.3.1"
},
"versionist": {
"publishedAt": "2023-10-18T11:39:00.014Z"
"publishedAt": "2024-02-23T11:21:32.826Z"
}
}
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