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

logrotate-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logrotate-config - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "logrotate-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generates conf files for logrotate.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,3 +29,3 @@ logrotate-config

weekly: true,
postrotate: "echo \"rotating $1\""
postrotate: "echo "rotating $1" >> /usr/local/etc/msg.txt"
}]

@@ -45,3 +45,3 @@ }

// postrotate
// echo "sending $1 to s3" >> /usr/local/etc/msg.txt
// echo "rotating $1" >> /usr/local/etc/msg.txt
// endscript

@@ -48,0 +48,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