
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@kiwicom/overlord
Advanced tools
👑 One package to rule them all,
🔎 One package to find them,
✈️ One package to bring them all,
🎉 and in the awesomeness bind them.
Overlord:
► developers take care of developing features.
Repository: https://gitlab.skypicker.com/frontend/core/-/tree/master/packages/overlord
Documentation: Coming soon.
To add @kiwicom/overlord
to your project, run
yarn add @kiwicom/overlord
# or
npm i --save @kiwicom/overlord
You can also bootstrap a new frontend application with
npx @kiwicom/overlord init <destination-folder>
overlord
CLI$ npm install -g @kiwicom/overlord
$ overlord COMMAND
running command...
$ overlord (-v|--version|version)
@kiwicom/overlord/14.1.10 linux-x64 node-v16.17.0
$ overlord --help [COMMAND]
USAGE
$ overlord COMMAND
...
overlord copy-smartfaq-keys
overlord copy-translation-keys
overlord help [COMMAND]
overlord init [DESTINATION]
overlord static-scripts [DESTINATION]
overlord test
overlord copy-smartfaq-keys
[deprecated] Use 'overlord copy-translation-keys' instead.
USAGE
$ overlord copy-smartfaq-keys
DESCRIPTION
A helper to add SmartFAQ's translation keys to Nitro-generated data/tkeys.json file. It should run before 'yarn nitro
translations'.
overlord copy-translation-keys
A helper to add translation keys from Overlord and SmartFAQ to Nitro-generated data/tkeys.json file. It should run before 'yarn nitro translations'.
USAGE
$ overlord copy-translation-keys
overlord help [COMMAND]
Display help for overlord.
USAGE
$ overlord help [COMMAND]
ARGUMENTS
COMMAND Command to show help for.
OPTIONS
-n, --nested-commands Include all nested commands in the output.
See code: @oclif/plugin-help
overlord init [DESTINATION]
Initialize a new Overlord-powered FE app
USAGE
$ overlord init [DESTINATION]
OPTIONS
--name=name
EXAMPLES
$ overlord init <destination>
$ overlord init <destination> --name @kiwicom/fe-app
overlord static-scripts [DESTINATION]
Generate static data scripts
USAGE
$ overlord static-scripts [DESTINATION]
ARGUMENTS
DESTINATION [default: public/data/scripts] output files destination
OPTIONS
--countries=(light|full) [default: light] The generated file for countries has two versions: a light version (with
currencies only) and another with the full version
--data=data [default: data] data folder with static data fetched by Nitro, required by Nitro's load
function
EXAMPLE
$ overlord static-scripts <destination>
overlord test
Run test suite in your project
USAGE
$ overlord test
DESCRIPTION
This is just a convenience wrapper for Jest. Out of the box, it will use some default configuration which should cover
most of the needs for Kiwi.com frontends.
Should you need to tweak the configuration, you could create a 'jest.config.js' file, with the following contents to
add a file to 'setupFilesAfterEnv' for example:
```
const defaultConfig = require('@kiwicom/overlord/bin/config/jest').default;
module.exports = {
...defaultConfig,
setupFilesAfterEnv: [...defaultConfig.setupFilesAfterEnv, 'your-file'],
}
```
EXAMPLES
$ overlord test
$ overlord test --coverage
$ overlord test --watch
$ overlord test [--flags accepted by jest]
FAQs
A layer on top of Next.js for building customer-facing Kiwi.com apps
We found that @kiwicom/overlord demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.