
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@jigglytech/launch-darkly-tools
Advanced tools
This package right now just does one thing:
Scan a given package for instances of "launched" flags from Launch darkly using their API.
Launch Darkly tells us if a feature flag is launched if the flag is either in production or not turned on for a prolonged period of time. And if all visitors are seeing the same version on/off for that time.
To use this package, just install it as a dep using
npm install @jigglytech/launch-darkly-tools
And set up some env vars before you run it, wherever you run it:
LAUNCH_DARKLY_TOOLS_API_KEY
This you need to create in the authorization section of launch darkly
LAUNCH_DARKLY_TOOLS_PROJECT
This is the project containing your stages
LAUNCH_DARKLY_TOOLS_ENV
This is the stage, for example production or next
LAUNCH_DARKLY_TOOLS_SOURCE_FILES_FOLDER
This the folder we will use to check for instances of flags. This is relative to where you run this script
LAUNCH_DARKLY_TOOLS_SOURCE_FILES_PATTERN
This is the file pattern you would like to check, for example .js
. Refer to https://www.npmjs.com/package/find-in-files for docs on the fileFilter
argument
The idea would be that you run this script either in something like a git action to stop code rot of feature flags.
On Passing:
On Failing:
FAQs
Some tools for launch darkly
We found that @jigglytech/launch-darkly-tools 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.