Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@backstage/errors

Package Overview
Dependencies
Maintainers
3
Versions
389
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/errors - npm Package Compare versions

Comparing version
1.3.1-next.0
to
1.3.1
+6
-0
CHANGELOG.md
# @backstage/errors
## 1.3.1
### Patch Changes
- 8741e5a: Added explicit `name` property to `ServiceUnavailableError` for consistency with all other error classes, making it resilient to minification.
## 1.3.1-next.0

@@ -4,0 +10,0 @@

+3
-3
{
"name": "@backstage/errors",
"version": "1.3.1-next.0",
"version": "1.3.1",
"description": "Common utilities for error handling within Backstage",

@@ -39,7 +39,7 @@ "backstage": {

"dependencies": {
"@backstage/types": "1.2.2",
"@backstage/types": "^1.2.2",
"serialize-error": "^8.0.1"
},
"devDependencies": {
"@backstage/cli": "0.36.2-next.0"
"@backstage/cli": "^0.36.2"
},

@@ -46,0 +46,0 @@ "typesVersions": {