Socket
Socket
Sign inDemoInstall

deglob

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deglob - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

package.json
{
"name": "deglob",
"description": "Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.",
"version": "2.1.0",
"version": "2.1.1",
"author": "Dan Flettre <fletd01@yahoo.com>",

@@ -11,3 +11,3 @@ "bugs": {

"standard": "*",
"tap-spec": "^4.0.2",
"tap-spec": "^5.0.0",
"tape": "^4.0.0"

@@ -14,0 +14,0 @@ },

@@ -1,14 +0,15 @@

# deglob
# deglob [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[travis-image]: https://img.shields.io/travis/standard/deglob/master.svg
[travis-url]: https://travis-ci.org/standard/deglob
[npm-image]: https://img.shields.io/npm/v/deglob.svg
[npm-url]: https://npmjs.org/package/deglob
[downloads-image]: https://img.shields.io/npm/dm/deglob.svg
[downloads-url]: https://npmjs.org/package/deglob
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com
[npm-image]: https://img.shields.io/npm/v/deglob.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/deglob
[travis-image]: https://img.shields.io/travis/flet/deglob.svg?style=flat-square
[travis-url]: https://travis-ci.org/flet/deglob
Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.
Giant swaths of this code were extracted from [standard](https://github.com/feross/standard). It seems useful outside of that tool, so I've attempted to extract it! :)
Giant swaths of this code were extracted from [standard](https://standardjs.com). It seems useful outside of that tool, so I've attempted to extract it! :)

@@ -15,0 +16,0 @@ ## Install

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