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

egg-logrotator

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-logrotator - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

app/schedule/rotate_by_file.js

@@ -13,3 +13,3 @@ 'use strict';

type: 'worker', // only one worker run this task
cron: '0 0 * * *', // run every day at 00:00
cron: '1 0 0 * * *', // run every day at 00:00
},

@@ -16,0 +16,0 @@

2.3.1 / 2017-12-11
==================
**fixes**
* [[`b6f75bf`](http://github.com/eggjs/egg-logrotator/commit/b6f75bfab6bed0e5731cc5aedd9b1806588756ec)] - fix: split file at 00:00:01 && update deps (#16) (TZ | 天猪 <<atian25@qq.com>>)
2.3.0 / 2017-11-02

@@ -3,0 +9,0 @@ ==================

{
"name": "egg-logrotator",
"version": "2.3.0",
"version": "2.3.1",
"description": "logrotator for egg",

@@ -53,2 +53,5 @@ "eggPlugin": {

},
"publishConfig": {
"tag": "release-2.x"
},
"repository": {

@@ -55,0 +58,0 @@ "type": "git",

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