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 1.0.1 to 1.0.2

3

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": "1.0.1",
"version": "1.0.2",
"author": "Dan Flettre <fletd01@yahoo.com>",

@@ -40,3 +40,2 @@ "bugs": {

"ignore": "^2.2.15",
"path": "^0.11.14",
"pkg-config": "^1.1.0",

@@ -43,0 +42,0 @@ "run-parallel": "^1.1.2",

@@ -10,3 +10,2 @@ var path = require('path')

test('all of the things', function (t) {
globbies.forEach(function (obj) {

@@ -13,0 +12,0 @@ deglob(obj.globs, obj.opts, checkEm)

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