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

find

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

4

index.js

@@ -163,3 +163,3 @@ var fs = require('fs');

if (type == 'file') action(dir);
chain.next();
process.nextTick(function() { chain.next() });
}

@@ -169,3 +169,3 @@ var handleDir = function(skip) {

if (skip) chain.next();
else traverseAsync(dir, type, action, callback, chain);
else process.nextTick(function() { traverseAsync(dir, type, action, callback, chain)});
}

@@ -172,0 +172,0 @@ var isSymbolicLink = is.symbolicLink(dir);

{
"name": "find",
"version": "0.2.6",
"version": "0.2.7",
"description": "Find files or directories by name",

@@ -5,0 +5,0 @@ "url": "https://github.com/yuanchuan/find",

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