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

fs-finder

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-finder - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

lib/Finder.js
// Generated by CoffeeScript 1.6.3
(function() {
var Finder, fs, moment, path;
var Finder, fs, moment, _path;
fs = require('fs');
path = require('path');
_path = require('path');

@@ -25,3 +25,3 @@ moment = require('moment');

function Finder(directory) {
directory = path.resolve(directory);
directory = _path.resolve(directory);
this.directory = directory;

@@ -80,3 +80,3 @@ }

Finder.prototype.getPaths = function(dir, type, mask) {
var exclude, filter, ok, paths, stat, _i, _j, _k, _len, _len1, _len2, _ref, _ref1, _ref2;
var exclude, filter, ok, path, paths, stat, _i, _j, _k, _len, _len1, _len2, _ref, _ref1, _ref2;
if (type == null) {

@@ -83,0 +83,0 @@ type = 'all';

{
"name": "fs-finder",
"description": "File system recursive finder",
"version": "1.0.0",
"version": "1.0.1",
"author": {

@@ -6,0 +6,0 @@ "name": "David Kudera",

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