
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@kikoda/generated-config
Advanced tools
Generate a config file from a base config and a set of config layers
Use this Kikoda Generated Config package to generate layered configurations and runtime configuration manifest files for webpack builds configured with CRACO.
yarn add --dev @kikoda/generated-config
# or
npm install @kikoda/generated-config --save-dev
Use this package and plugin in conjunction with CRACO to inject config values depending on environment.
Add this to your craco.config.js
:
import { GeneratedConfig } from '@kikoda/generated-config';
const { fileName } = new GeneratedConfig({
stage: "<stage-name>",
servicePath: './app',
});
module.exports = {
plugins: [{ plugin: ConfigManifestPlugin(fileName) }],
};
Enable verbose logging by setting the DEBUG
environment variable to 'true'
If you encounter a bug with this package, we want to hear about it. Before opening a new issue, search the existing issues to avoid duplicates.
When opening an issue, include the Kikoda Construct Library version, Node version, and stack trace if available. In addition, include the steps to reproduce when appropriate.
You can also open an issue for a feature request.
If you find an issue with this package and have a fix, please feel free to open a pull request following the procedures.
If you contribute to this package you can run the tests using yarn test
.
Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
This product includes software developed at Kikoda (https://www.kikoda.com). Copyright 2022 Kikoda, LLC.
FAQs
Generate a config file from a base config and a set of config layers
The npm package @kikoda/generated-config receives a total of 49 weekly downloads. As such, @kikoda/generated-config popularity was classified as not popular.
We found that @kikoda/generated-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.