Socket
Socket
Sign inDemoInstall

winston-daily-rotate-file

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-daily-rotate-file - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

17

package.json
{
"name": "winston-daily-rotate-file",
"version": "4.6.0",
"version": "4.6.1",
"description": "A transport for winston which logs to a rotating file each day.",

@@ -8,8 +8,6 @@ "main": "index.js",

"engines": {
"node": ">=12"
"node": ">=8"
},
"scripts": {
"test": "mocha --ignore **/*.worker.js && eslint .",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
"test": "mocha --ignore **/*.worker.js && eslint ."
},

@@ -31,2 +29,7 @@ "repository": {

},
"files": [
"daily-rotate-file.js",
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/winstonjs/winston-daily-rotate-file#readme",

@@ -38,5 +41,5 @@ "peerDependencies": {

"chai": "4.2.0",
"eslint": "^8.5.0",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^9.1.3",
"mocha": "^7.2.0",
"moment": "^2.29.1",

@@ -43,0 +46,0 @@ "rimraf": "^3.0.2",

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