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

tinyglobby

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyglobby - npm Package Versions

2

0.2.10

Diff

Changelog

Source

0.2.10

Added
  • Re-enabled symlinks resolution. Big thanks to thecodrr for fixing the critical bug upstream
Fixed
  • Processing of absolute negative patterns
  • Negative ignore patterns are now not processed for consistency with fast-glob
superchupu
published 0.2.9 •

Changelog

Source

0.2.9

Changed
  • Temporarily reverted resolution of symbolic links due to a critical bug. See #54 for more info
superchupu
published 0.2.8 •

Changelog

Source

0.2.8

Fixed
  • Escaped symbols (i.e. "\\[") in the inferred common root producing empty matches
Changed
  • Improved the common root inference algorithm to optimize non-trailing ** patterns
superchupu
published 0.2.7 •

Changelog

Source

0.2.7

Added
  • Support for providing patterns as a string
  • followSymbolicLinks option
  • escapePath utility function by @benmccann
  • isDynamicPattern utility function
  • convertPathToPattern utility function
Fixed
  • . as a pattern now works as expected
  • Globbing no longer returns an empty string when matching the root directory
  • Handling of escaped symbols in patterns
Changed
  • Relicensed the project to the MIT license
  • Disabled source maps on release builds for smaller bundle size
  • Improved the common root inference algorithm
superchupu
published 0.2.6 •

Changelog

Source

0.2.6

Added
  • Full support for absolute paths as patterns
  • caseSensitiveMatch option
superchupu
published 0.2.5 •

Changelog

Source

0.2.5

Fixed
  • Using a pattern that doesn't end with special characters with expandDirectories disabled no longer produces incorrect matches
superchupu
published 0.2.4 •

Changelog

Source

0.2.4

Fixed
  • Using a pattern that can't infer a common root with absolute enabled no longer produces incorrect matches
superchupu
published 0.2.3 •

Changelog

Source

0.2.3

Added
  • Support for leading ../ in patterns
Changed
  • A common root is now inferred from the patterns if possible to avoid unnecessary crawling
superchupu
published 0.2.2 •

Changelog

Source

0.2.2

Added
  • Basic handling of absolute patterns
Fixed
  • Adding trailing slashes to the end of patterns no longer returns incorrect results
  • Matching directories without expandDirectories without a trailing slash now works correctly
superchupu
published 0.2.1 •

Changelog

Source

0.2.1

Fixed
  • Using an empty array of patterns no longer acts as ['**/*']
Changed
  • Windows now uses forward slashes instead of backslashes
  • Modified ignore behavior to vastly improve performance when ignoring whole directories
2
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