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

balena-errors

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-errors - npm Package Compare versions

Comparing version 4.7.1 to 4.7.2-rename-application-to-fleet-ffbe1ef322fae5f8f51679daab6f978bc4a9fa01

6

build/errors.js

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

constructor(application) {
super(`Application not found: ${application}`);
super(`Fleet not found: ${application}`);
this.application = application;

@@ -250,3 +250,3 @@ }

constructor(applicationMembershipRole) {
super(`Application membership role not found: ${applicationMembershipRole}`);
super(`Fleet membership role not found: ${applicationMembershipRole}`);
this.applicationMembershipRole = applicationMembershipRole;

@@ -366,3 +366,3 @@ }

constructor(application) {
super(`Application is ambiguous: ${application}`);
super(`Fleet is ambiguous: ${application}`);
this.application = application;

@@ -369,0 +369,0 @@ }

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

# v4.7.2
## (2021-08-05)
* Rwplace application with fleet [JSReds]
# v4.7.1

@@ -10,0 +15,0 @@ ## (2020-10-22)

{
"name": "balena-errors",
"version": "4.7.1",
"version": "4.7.2-rename-application-to-fleet-ffbe1ef322fae5f8f51679daab6f978bc4a9fa01",
"description": "Collection of Balena JavaScript errors",

@@ -57,3 +57,6 @@ "main": "build/errors.js",

"typed-error": "^3.0.0"
},
"versionist": {
"publishedAt": "2021-08-05T15:20:32.610Z"
}
}

Sorry, the diff of this file is not supported yet

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