New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

array-pull-all-with-glob

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-pull-all-with-glob

PullAllWithGlob - like _.pullAll but pulling stronger, with globs

  • 4.13.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3K
decreased by-13.09%
Maintainers
1
Weekly downloads
 
Created
Source

array-pull-all-with-glob

PullAllWithGlob - like _.pullAll but pulling stronger, with globs

page on npm page on codsen.com page on sourcehut Downloads per month Code style: prettier MIT License libera manifesto

Install

npm i array-pull-all-with-glob

Quick Take

import { strict as assert } from "assert";
import pullAllWithGlob from "array-pull-all-with-glob";

assert.deepEqual(
  pullAllWithGlob(
    ["keep_me", "name-1", "name-2", "name-jhkgdhgkhdfghdkghfdk"],
    ["name-*"]
  ),
  ["keep_me"]
);

Documentation

Please visit codsen.com for a full description of the API and examples.

Licence

MIT License

Copyright (c) 2010-2020 Roy Revelt and other contributors

ok codsen star

Keywords

FAQs

Package last updated on 28 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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