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 1.1.1 to 1.1.2

14

index.js

@@ -206,1 +206,15 @@ 'use strict'

}
//compatibility for node <= 0.10.x
if (!util.isFunction) {
util.isFunction = function (subject) {
return typeof subject === 'function'
}
}
if (!util.isString) {
util.isString = function (subject) {
return typeof subject === 'string'
}
}

13

package.json
{
"name": "fs-expand",
"version": "1.1.1",
"description": "An extended fs glob",
"version": "1.1.2",
"description": "An extended fs traverser",
"main": "index.js",

@@ -14,3 +14,8 @@ "scripts": {

"keywords": [
"fs-expand"
"fs",
"dir",
"find",
"ls",
"glob",
"ignore"
],

@@ -31,3 +36,3 @@ "engines": {

"async": "^1.5.0",
"glob": "^6.0.3",
"glob": "^7.0.3",
"make-array": "^1.0.1",

@@ -34,0 +39,0 @@ "underscore": "^1.8.3",

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