Socket
Socket
Sign inDemoInstall

globby

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globby - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

10

index.js

@@ -112,9 +112,9 @@ 'use strict';

const tasks = globTasks.reduce(
(tasks, task) => arrayUnion(getPattern(task, dirGlob.sync).map(glob => ({
const tasks = globTasks.reduce((tasks, task) => {
const newTask = getPattern(task, dirGlob.sync).map(glob => ({
pattern: glob,
opts: task.opts
}))),
[]
);
}));
return tasks.concat(newTask);
}, []);

@@ -121,0 +121,0 @@ const filter = getFilter();

{
"name": "globby",
"version": "7.1.0",
"version": "7.1.1",
"description": "Extends `glob` with support for multiple patterns and exposes a Promise API",

@@ -5,0 +5,0 @@ "license": "MIT",

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