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.2-rename-application-to-fleet-ffbe1ef322fae5f8f51679daab6f978bc4a9fa01 to 4.7.2

6

build/errors.js

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

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

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

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

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

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

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

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

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

"test:browser": "karma start",
"test:ts-compatibility": "npx typescript@~2.4.2 --noEmit --project ./tsconfig.dist.json",
"test:ts-compatibility": "npx -p typescript@~2.4.2 tsc --noEmit --project ./tsconfig.dist.json",
"lint": "balena-lint --typescript --fix lib tests",

@@ -40,16 +40,19 @@ "test": "npm run lint && npm run build && npm run test:ts-compatibility && npm run test:node && npm run test:browser && catch-uncommitted --skip-node-versionbot-changes",

"devDependencies": {
"@balena/lint": "^5.1.0",
"@balena/lint": "^6.2.0",
"@resin.io/types-mochainon": "^2.0.0",
"@types/mocha": "^5.2.5",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"@types/node": "^8.10.61",
"balena-config-karma": "^3.0.0",
"balena-config-karma": "^4.0.0",
"catch-uncommitted": "^1.6.2",
"chai": "^4.3.6",
"jsdoc-to-markdown": "^3.0.0",
"karma": "^3.1.4",
"karma": "^5.2.3",
"karma-chrome-launcher": "^2.2.0",
"mocha": "^5.2.0",
"mocha": "^10.1.0",
"mochainon": "^2.0.0",
"rimraf": "^2.6.1",
"ts-node": "^3.3.0",
"typescript": "^3.9.6"
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},

@@ -61,4 +64,4 @@ "dependencies": {

"versionist": {
"publishedAt": "2021-08-05T15:20:32.610Z"
"publishedAt": "2022-11-01T13:35:20.097Z"
}
}

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