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

rejoice

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rejoice - npm Package Compare versions

Comparing version 3.3.1 to 4.0.0

10

package.json
{
"name": "rejoice",
"description": "hapi.js CLI",
"version": "3.3.1",
"version": "4.0.0",
"repository": "git://github.com/hapijs/rejoice",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"bossy": "3.x.x",
"glue": "3.x.x",
"glue": "4.x.x",
"hoek": "4.x.x"

@@ -24,5 +24,5 @@ },

"catbox-memory": "2.x.x",
"code": "3.x.x",
"hapi": "14.x.x",
"lab": "10.x.x"
"code": "4.x.x",
"hapi": "16.x.x",
"lab": "11.x.x"
},

@@ -29,0 +29,0 @@ "bin": {

@@ -60,18 +60,25 @@ #rejoice

"options": {
"opsInterval": 5000,
"requestHeaders": true,
"reporters": [{
"reporter": "good-console",
"events": { "response": "*", "ops": "*", "log": "*", "error": "*" }
"ops": {
"interval": 5000
},
{
"reporter": "good-file",
"events": { "response": "*", "error": "*" },
"config": "/log/response.log"
},
{
"reporter": "good-file",
"events": { "ops": "*" },
"config": "/log/ops.log"
}]
"reporters": {
"myConsoleReporter": [{
"module": "good-squeeze",
"name": "Squeeze",
"args": [{ "log": "*", "response": "*" }]
}, {
"module": "good-console"
}, "stdout"],
"myFileReporter": [{
"module": "good-squeeze",
"name": "Squeeze",
"args": [{ "ops": "*" }]
}, {
"module": "good-squeeze",
"name": "SafeJson"
}, {
"module": "good-file",
"args": ["./test/fixtures/awesome_log"]
}]
}
}

@@ -108,15 +115,2 @@ }

{
"plugin": {
"register": "good",
"options": {
"opsInterval": 5000,
"requestHeaders": true,
"reporters": [{
"reporter": "good-console",
"events": { "response": "*", "ops": "*", "log": "*", "error": "*" }
}]
}
}
},
{
"plugin": "lout"

@@ -123,0 +117,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc