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

fs-expand

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-expand - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

index.js

@@ -65,2 +65,6 @@ 'use strict';

} else {
if (pattern.indexOf('!') === 0) {
pattern = pattern.slice(1);
}
glob(pattern, options, done);

@@ -67,0 +71,0 @@ }

8

package.json
{
"name": "fs-expand",
"version": "0.2.1",
"version": "0.2.2",
"description": "An extended fs glob",

@@ -29,6 +29,6 @@ "main": "index.js",

"dependencies": {
"underscore": "^1.6.0",
"glob": "^4.0.2",
"async": "^0.9.0"
"underscore": "^1.8.0",
"glob": "^5.0.14",
"async": "^1.4.0"
}
}

@@ -1,3 +0,7 @@

# fs-expand [![NPM version](https://badge.fury.io/js/fs-expand.png)](http://badge.fury.io/js/fs-expand) [![Build Status](https://travis-ci.org/kaelzhang/node-fs-expand.png?branch=master)](https://travis-ci.org/kaelzhang/node-fs-expand) [![Dependency Status](https://gemnasium.com/kaelzhang/node-fs-expand.png)](https://gemnasium.com/kaelzhang/node-fs-expand)
[![NPM version](https://badge.fury.io/js/fs-expand.png)](http://badge.fury.io/js/fs-expand)
[![Build Status](https://travis-ci.org/kaelzhang/node-fs-expand.png?branch=master)](https://travis-ci.org/kaelzhang/node-fs-expand)
[![Dependency Status](https://gemnasium.com/kaelzhang/node-fs-expand.png)](https://gemnasium.com/kaelzhang/node-fs-expand)
# fs-expand
fs-expand is a standalone module to fetch all file or directory paths that match the given globbing pattern(s), which is much like [`grunt.file.expand`](http://gruntjs.com/api/grunt.file#grunt.file.expand)

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