New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tryghost/pretty-cli

Package Overview
Dependencies
Maintainers
16
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/pretty-cli - npm Package Compare versions

Comparing version

to
1.2.22

10

package.json
{
"name": "@tryghost/pretty-cli",
"version": "1.2.21",
"version": "1.2.22",
"description": "A mini-module to style a sywac instance in a standard way",

@@ -11,3 +11,3 @@ "repository": "https://github.com/TryGhost/Utils/tree/main/packages/pretty-cli",

"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 mocha './test/**/*.test.js'",
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",

@@ -24,4 +24,4 @@ "posttest": "yarn lint"

"devDependencies": {
"c8": "7.9.0",
"mocha": "9.1.2",
"c8": "7.10.0",
"mocha": "9.1.3",
"should": "13.2.3",

@@ -34,3 +34,3 @@ "sinon": "11.1.2"

},
"gitHead": "a88c5e82f900a7df2d03c2e07d14ec9b5c59dde1"
"gitHead": "6f0646450de6e72d3542812ed028f71cd7e38ccf"
}