You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@tryghost/pretty-stream

Package Overview
Dependencies
Maintainers
20
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/pretty-stream - npm Package Compare versions

Comparing version

to
0.1.6

8

package.json
{
"name": "@tryghost/pretty-stream",
"version": "0.1.5",
"version": "0.1.6",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/pretty-stream",

@@ -10,3 +10,3 @@ "author": "Ghost Foundation",

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

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

"c8": "7.11.0",
"mocha": "9.2.0",
"mocha": "9.2.1",
"should": "13.2.3",

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

},
"gitHead": "45777c4b5a010293f529f88aea19a81a896ba266"
"gitHead": "64606b3f53d3ec8e6bf988f694d9dc4bbf5fac70"
}