You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@tryghost/debug

Package Overview
Dependencies
Maintainers
29
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/debug - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+3
-7
package.json
{
"name": "@tryghost/debug",
"version": "2.0.0",
"version": "2.0.1",
"repository": {

@@ -14,3 +14,3 @@ "type": "git",

"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --check-coverage --100 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"test": "NODE_ENV=testing vitest run --coverage --config ../../vitest.config.ts",
"lint": "eslint . --ext .js --cache",

@@ -26,10 +26,6 @@ "posttest": "yarn lint"

},
"devDependencies": {
"c8": "11.0.0",
"mocha": "11.7.5"
},
"dependencies": {
"@tryghost/root-utils": "^2.0.0",
"@tryghost/root-utils": "^2.0.1",
"debug": "4.4.3"
}
}