
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@labelbox/flags
Advanced tools
Generates source code artifacts based on [LaunchDarkly](https://launchdarkly.com/) feature flags
Generates source code artifacts based on LaunchDarkly feature flags
Generate typescript definitions for launchdarkly flags
USAGE
$ flags definitions
OPTIONS
--apiKey=apiKey (required) LaunchDarkly API key
--outFile=outFile (required) Output typescript file path
--projectKey=projectKey (optional) LaunchDarkly project key
flags definitions \
--apiKey $LD_API_KEY \
--projectKey $LD_PROJECT_KEY \
--outFile ./flags.ts
Builds a yaml file of all flags and their default values. Uses the FLAG_
prefix for flag keys.
Get default rule value for all flags in an environment. Defaults to yaml format
USAGE
$ flags evaluations
OPTIONS
--apiKey=apiKey (required) LaunchDarkly API key
--env=env (required) LaunchDarkly environment name
--platform=(server|client) (required) [default: server] The platform for which these evaluation apply. See here for more details: https://docs.launchdarkly.com/sdk/concepts/client-side-server-side
--projectKey=projectKey (optional) LaunchDarkly project key
flags evaluations \
--apiKey $LD_API_KEY \
--env production \
--platform server > flags.yaml \
--projectKey $LD_PROJET_KEY
Archives a set of input feature flags by key.
If input flag does not exist or is already archived, the flag is ignored.
Archive feature flags. This takes affect across all LD environments
USAGE
$ flags archive [FEATURE_FLAG_KEYS]
OPTIONS
--apiKey=apiKey (required) LaunchDarkly API key
--dryRun Do not execute mutation. Just print what would happen.
--projectKey=projectKey (optional) LaunchDarkly project key
flags archive \
--apiKey $LD_API_KEY \
--projectKey $LD_PROJECT_KEY \
flag-one flag-two flag-three
FAQs
Generates source code artifacts based on [LaunchDarkly](https://launchdarkly.com/) feature flags
The npm package @labelbox/flags receives a total of 456 weekly downloads. As such, @labelbox/flags popularity was classified as not popular.
We found that @labelbox/flags demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.