is-extglob is a JavaScript utility that returns true if a string contains an extglob pattern, and false otherwise. It is useful for detecting extended glob syntax in input strings, with support for escaped extglobs returning false.
Project status
- The source repo (micromatch/is-extglob) appears quiet and not actively maintained, with the last upstream push on 2019-05-25, and no updates shown after 2.1.1 in 2016 (as of today, 2026-09-10).
- The apparent update cadence is very low, with updates in 2016 (2.0.0, 2.1.0, 2.1.1) and then a multi-year gap until at least the last recorded upstream activity in 2019.
AI summary generated
Recent updates
2.1.1
Release 2.1.1 primarily updates repository and CI configuration rather than application/library logic. The only functional version change is the package.json version bump from 2.1.0 to 2.1.1.
2.1.0
Release 2.1.0 updates the is-extglob implementation and some project metadata/packaging details. No release notes were provided, so the changes below represent what the code diff shows actually changed.
Breaking2.0.0
Release 2.0.0 was published on 2016-09-03, but no release notes content was provided. As a result, there is no information available here to identify features, breaking changes, bug fixes, security updates, or migration steps.