Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vrbo/pino-rotating-file

Package Overview
Dependencies
Maintainers
11
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vrbo/pino-rotating-file - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

.nvmrc

12

.releaserc.json
{
"branches": ["master"],
"plugins": [

@@ -6,7 +7,12 @@ "@semantic-release/commit-analyzer",

"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"],
"message": "${nextRelease.version} CHANGELOG [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/npm",
["@semantic-release/git", {
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
"@semantic-release/github"
]
}

@@ -0,1 +1,8 @@

# [4.1.0](https://github.com/expediagroup/pino-rotating-file/compare/v4.0.0...v4.1.0) (2022-01-06)
### Features
* **semantic-release:** modify the semantic release config ([#42](https://github.com/expediagroup/pino-rotating-file/issues/42)) ([1658957](https://github.com/expediagroup/pino-rotating-file/commit/1658957d21d4d03ac30c8ef996a9b930dfdcb3e0))
### [4.0.0] Breaking change

@@ -2,0 +9,0 @@

{
"name": "@vrbo/pino-rotating-file",
"version": "4.0.0",
"version": "4.1.0",
"description": "A hapi-pino log transport for splitting logs into separate, automatically rotating files.",
"main": "lib/index.js",
"keywords": [
"pino",
"hapi-pino",
"hapi",
"hapi.js",
"rotating",
"log",
"logging",
"node.js",
"homeaway",
"vrbo",
"expedia",
"expediagroup"
],
"bugs": {
"url": "https://github.com/expediagroup/pino-rotating-file/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/expediagroup/pino-rotating-file"
},
"license": "Apache-2.0",
"author": {

@@ -18,2 +39,3 @@ "name": "Expedia Group",

],
"main": "lib/index.js",
"bin": {

@@ -23,34 +45,14 @@ "rotate-logs": "./lib/index.js"

"scripts": {
"test": "npm run lint && npm run nyc",
"commit": "cz",
"lint": "standard",
"nyc": "nyc --reporter=text --reporter=text-summary --reporter=html npm run tape",
"postnyc": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"tape": "tape ./tests/**/*.test.js | tap-spec",
"nyc": "nyc --reporter=text --reporter=text-summary --reporter=html npm run tape",
"postnyc": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100"
"test": "npm run lint && npm run nyc"
},
"repository": {
"type": "git",
"url": "https://github.com/expediagroup/pino-rotating-file"
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"bugs": {
"url": "https://github.com/expediagroup/pino-rotating-file/issues"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"keywords": [
"pino",
"hapi-pino",
"hapi",
"hapi.js",
"rotating",
"log",
"logging",
"node.js",
"homeaway",
"vrbo",
"expedia",
"expediagroup"
],
"license": "Apache-2.0",
"dependencies": {

@@ -60,3 +62,3 @@ "debug": "^4.1.1",

"pump": "^3.0.0",
"rotating-file-stream": "^2.1.3",
"rotating-file-stream": "^3.0.0",
"split2": "^4.0.0",

@@ -66,8 +68,10 @@ "through2": "^4.0.0"

"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"mock-require": "^3.0.3",
"mock-stdin": "^1.0.0",
"nyc": "^15.0.0",
"sinon": "^11.0.0",
"sinon": "^12.0.0",
"standard": "^16.0.0",

@@ -77,3 +81,10 @@ "std-mocks": "^1.0.1",

"tape": "^5.0.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"publishConfig": {
"access": "public"
}
}
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