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

dirkeeper

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dirkeeper - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "dirkeeper",
"version": "0.1.1",
"version": "0.1.2",
"description": "Prune a directory to contain a set number of sub-directories, retention policy is recency",

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

@@ -20,3 +20,3 @@ dirkeeper

// You wish to make '/myDir' only contain the 5 oldest sub-directories
// You wish to make '/myDir' only contain the 5 newest sub-directories

@@ -23,0 +23,0 @@ keeper({count: 5, baseDir: '/myDir'}, function(err) {

Sorry, the diff of this file is not supported yet

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