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

prostore.glob-utils

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

prostore.glob-utils - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"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) {

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