
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@sesamecare-oss/confit
Advanced tools
@sesamecare-oss/confit is a modern rewrite of [confit](https://github.com/krakenjs/confit) in Typescript using Promises and bundling the standard shortstop handlers. The general approach of stackable environment-aware configurations is retained, but we ad
@sesamecare-oss/confit is a modern rewrite of confit in Typescript using Promises and bundling the standard shortstop handlers. The general approach of stackable environment-aware configurations is retained, but we add proper typing for key lookups and just generally modernize the build pipeline. We also bundle the shortstop infrastructure and the common shortstop handlers.
The env shortstop handler accepts the following format specificiations:
env:SOMEVAR|u - Return the variable if it exists and is non-empty, else undefinedenv:SOMEVAR|ud - Return the variable as a number if it exists, or undefinedenv:SOMEVAR|d - Return the value as a decimal, or NaN if not thereenv:SOMEVAR|b - Return the value as a boolean - empty, false, 0 and undefined will be falseenv:SOMEVAR|!b - Return the value as a boolean but inverted so that empty/undefined/0/false are trueThe file handler uses the pipe character to allow specifying the encoding with which to read the file. The valid encodings are
base64|binary|hex|utf8|ucs2|utf16le|ascii. If you somehow have a pipe with one of these values at the end your filename (wow), use |binary at the end to make it clearer and behave as normal.
FAQs
@sesamecare-oss/confit is a modern rewrite of [confit](https://github.com/krakenjs/confit) in Typescript using Promises and bundling the standard shortstop handlers. The general approach of stackable environment-aware configurations is retained, but we ad
We found that @sesamecare-oss/confit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.