
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@indigov/flags-api
Advanced tools
Cross-platform Typescript SDK for the Flags service.
yarn:
yarn add @indigov/flags-api
import Flags from '@indigov/flags-api'
const flags = new Flags('API_TOKEN', 'OFFICE_OR_COHORT_NAME', 'SOURCE_OF_REQUEST')
// e.g.
flags = new Flags('435234sdfgswdasdf', 'indigovstaging', 'northstar')
The SDK exposes 3 endpoints - documentation is in source code:
// Uses office or cohort supplied in instanttiation
flags.getFlag('bulkapi:flags:minifiedhtmlenabled').then(console.log)
// Overrriding office
flags.getFlag('bulkapi:flags:minifiedhtmlenabled', 'repkim').then(console.log)
// Fetching raw flag value
flags.getFlagValue('bulkapi:flags:minifiedhtmlenabled').then(console.log)
TODO
Tests are run using jest
backed by ts-jest
to avoid the need for transpilation.
yarn test
Run:
yarn publish
And pick a sensible SemVer.
Note: You must be logged into npm
through the CLI and part of the Indigov org.
FAQs
Strongly typed React/Node client for the Flags service
We found that @indigov/flags-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.