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

1

0.2.0

Diff

Changelog

Source

0.2.0

BREAKING CHANGES

The library no longer sets dot to true internally by default. It now defaults it to false, just like globby and fast-glob.

You can configure this by using the new dot option.

Added
  • Support for specifying the patterns option as the first argument to better approach a drop-in globby replacement
await glob(['src/*.ts'], { ignore: ['_secret'] });

// you can still specify it in the options object
await glob({ patterns: ['src/*.ts'], ignore: ['_secret'] });
  • Support for non-absolute paths in cwd
  • dot option
  • deep option
  • onlyFiles option
superchupu
published 0.1.2 •

Changelog

Source

0.1.2

Added
  • onlyDirectories option
superchupu
published 0.1.1 •

Changelog

Source

0.1.1

Added
  • ignore option
  • expandDirectories option
superchupu
published 0.1.0 •

Changelog

Source

0.1.1

Added
  • ignore option
  • expandDirectories option
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