Comparing version 3.0.1 to 4.0.0
{ | ||
"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 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
+ Addedglob@6.0.4(transitive)
+ Addedpinkie@2.0.4(transitive)
+ Addedpinkie-promise@2.0.1(transitive)
- Removedglob@5.0.15(transitive)
- Removedpinkie@1.0.0(transitive)
- Removedpinkie-promise@1.0.0(transitive)
Updatedglob@^6.0.1
Updatedpinkie-promise@^2.0.0