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.1.6 to 0.1.7

2

index.js

@@ -128,3 +128,3 @@

var traverseSync = function(root, type, action) {
var stat = fss.lstatSync(root);
var stat = fs.lstatSync(root);
if (stat && stat.isDirectory()) {

@@ -131,0 +131,0 @@ fs.readdirSync(root).forEach(function(dir) {

{
"name": "find"
, "version": "0.1.6"
, "version": "0.1.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