@tryghost/errors
Advanced tools
+9
-0
@@ -320,2 +320,11 @@ const uuid = require('uuid'); | ||
| } | ||
| }, | ||
| MigrationError: class MigrationError extends GhostError { | ||
| constructor(options) { | ||
| super(merge({ | ||
| errorType: 'MigrationError', | ||
| message: 'An error has occurred applying a database migration.', | ||
| level: 'critical' | ||
| }, options)); | ||
| } | ||
| } | ||
@@ -322,0 +331,0 @@ }; |
+2
-2
| { | ||
| "name": "@tryghost/errors", | ||
| "version": "1.2.13", | ||
| "version": "1.2.14", | ||
| "repository": "https://github.com/TryGhost/framework/tree/main/packages/errors", | ||
@@ -32,3 +32,3 @@ "author": "Ghost Foundation", | ||
| }, | ||
| "gitHead": "6b46efd28457ee4b86cf4ae9da9bf87238099ddd" | ||
| "gitHead": "8ab5a88e706d32769575ac98e0aefcd1cfbac3dc" | ||
| } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
21822
1.5%528
1.73%1
Infinity%