Socket
Socket
Sign inDemoInstall

it-glob

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-glob - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

index.js

@@ -40,3 +40,3 @@ 'use strict'

if (minimatch(relativeDir, pattern)) {
if (minimatch(relativeDir, pattern, options)) {
yield options.absolute ? absoluteDir : relativeDir

@@ -43,0 +43,0 @@ }

{
"name": "it-glob",
"version": "0.0.12",
"version": "0.0.13",
"description": "Async iterable filename pattern matcher",

@@ -22,6 +22,6 @@ "main": "index.js",

"dependencies": {
"@types/minimatch": "^3.0.4",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@types/minimatch": "^3.0.4",
"ava": "^3.12.1",

@@ -37,3 +37,3 @@ "it-all": "^1.0.5",

"types": "dist/index.d.ts",
"gitHead": "f2ea738c344180d023664bd2e69b65b3cf6ffcb5"
"gitHead": "75da81c91765b2af8ecdd0fcb21868278d47907f"
}
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