Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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
The npm package @jigglytech/launch-darkly-tools receives a total of 0 weekly downloads. As such, @jigglytech/launch-darkly-tools popularity was classified as not popular.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.