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

globby

Package Overview
Dependencies
Maintainers
1
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 3.0.1 to 4.0.0

6

package.json
{
"name": "globby",
"version": "3.0.1",
"version": "4.0.0",
"description": "Extends `glob` with support for multiple patterns and exposes a Promise API",

@@ -57,6 +57,6 @@ "license": "MIT",

"arrify": "^1.0.0",
"glob": "^5.0.3",
"glob": "^6.0.1",
"object-assign": "^4.0.1",
"pify": "^2.0.0",
"pinkie-promise": "^1.0.0"
"pinkie-promise": "^2.0.0"
},

@@ -63,0 +63,0 @@ "devDependencies": {

@@ -25,4 +25,4 @@ # globby [![Build Status](https://travis-ci.org/sindresorhus/globby.svg?branch=master)](https://travis-ci.org/sindresorhus/globby)

globby(['*', '!cake']).then(paths => {
console.log(paths)
//=> ['unicorn', 'rainbows']
console.log(paths);
//=> ['unicorn', 'rainbow']
});

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