loose-envify is a fast, “loose” selective replacer for `process.env` in JavaScript, similar to envify but much faster, implemented using `js-tokens` instead of an AST. It is useful for build-time inlining of environment variables, with limitations such as not handling broken syntax and not supporting template strings that reference `process.env` inside embedded expressions.
Project status
- The last recorded upstream activity is older (latest summarized update is v1.4.0 on 2018-07-10, with no evidence of newer published update notes), and the side fact indicates an upstream push on 2020-12-18, suggesting some activity but not necessarily regular package updates.
- Update cadence appears very low, with large time gaps between documented updates (v1.4.0 in 2018, v1.3.1 in 2017, v1.3.0 in 2016).
AI summary generated Today
Recent updates
v1.4.0
7/10/2018Release v1.4.0 updates the package version and loosens the allowed dependency range for js-tokens. No release notes were provided, so the only documented scope comes from the code diff in package.json.
Breakingv1.3.1
1/15/2017v1.3.1 contains a dependency upgrade and a corresponding code change in the runtime import of js-tokens. No release notes were provided for this version, so the only observable changes are from the code diff itself.
v1.3.0
10/28/2016Release v1.3.0 was published on 2016-10-28, but no release notes were provided by the publisher. As a result, this release cannot be assessed from the notes for new features, breaking changes, bug fixes, or security updates.