New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tryghost/errors

Package Overview
Dependencies
Maintainers
20
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/errors - npm Package Compare versions

Comparing version
1.2.13
to
1.2.14
+9
-0
lib/errors.js

@@ -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"
}