ljharb/safe-array-concat
Last release: 1 month ago
safe-array-concat provides a safer alternative to Array.prototype.concat by ignoring Symbol.isConcatSpreadable so it will not spread values that normal concat would treat as spreadable. It is useful when you want consistent concatenation behavior regardless of Symbol.isConcatSpreadable being set on strings or arrays.
Project status
- The source appears actively maintained, with the most recent activity being a code/package update published as v1.1.4 on 2026-04-20, after earlier updates in 2024.
- The apparent updates cadence is irregular but ongoing, with gaps of about 9 months between v1.1.2 (2024-03-09) and v1.1.3 (2024-12-12), then about 16 months between v1.1.3 and v1.1.4 (2026-04-20).
AI summary generated Today
Recent updates
v1.1.4
1 month agoRelease v1.1.4 bumps the package version and updates TypeScript types for `safeArrayConcat`, mainly to accept `readonly` arrays. The diff also includes CI workflow permission changes and several dependency version bumps, but the release notes provided are empty.
v1.1.3
12/12/2024v1.1.3 updates the package internals and build/test tooling, including switching from `call-bind/callBound` to `call-bound`, and adjusting GitHub Actions CI matrices to split Node 10-20 and Node 20+. No publisher release notes were provided, so the behavioral impact for consumers must be inferred from the diff and dependency changes.
v1.1.2
3/9/2024Release v1.1.2 was published on 2024-03-09, but no release notes or change log details were provided by the publisher. As a result, there is not enough information here to identify specific new features, breaking changes, bug fixes, security or performance improvements, or dependency updates.