prostore.glob-utils
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "prostore.glob-utils", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Glob Utilities", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,3 +7,2 @@ #Index | ||
* [glob-utils.diff(src, dst)](#prostore.module_glob-utils.diff) | ||
* [glob-utils~findAndRemove(arr, fn, thisArg)](#prostore.module_glob-utils..findAndRemove) | ||
@@ -39,8 +38,2 @@ **Typedefs** | ||
**Members** | ||
* [prostore.glob-utils](#prostore.module_glob-utils) | ||
* [glob-utils.diff(src, dst)](#prostore.module_glob-utils.diff) | ||
* [glob-utils~findAndRemove(arr, fn, thisArg)](#prostore.module_glob-utils..findAndRemove) | ||
<a name="prostore.module_glob-utils.diff"></a> | ||
@@ -70,15 +63,2 @@ ##glob-utils.diff(src, dst) | ||
<a name="prostore.module_glob-utils..findAndRemove"></a> | ||
##glob-utils~findAndRemove(arr, fn, thisArg) | ||
Search an array by applying predicate function to each element. | ||
If found, the element is removed from original array. | ||
**Params** | ||
- arr `Array` - array to search in | ||
- fn `function` - predicate function | ||
- thisArg `*` - optional value for `this` in predicate function | ||
**Scope**: inner function of [glob-utils](#prostore.module_glob-utils) | ||
**Returns**: `*` - element found or `null` | ||
<a name="GlobFile"></a> | ||
@@ -85,0 +65,0 @@ #type: GlobFile |
@@ -117,3 +117,3 @@ 'use strict'; | ||
* @returns {*} element found or `null` | ||
* @api private | ||
* @private | ||
*/ | ||
@@ -120,0 +120,0 @@ function findAndRemove(arr, fn, thisArg) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
6755
82