Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@chakra-ui/cli
Advanced tools
Generate TypeScript types to provide autocomplete for your custom theme.
npx @chakra-ui/cli tokens <path/to/your/theme.(js|ts)>
or
npx @chakra-ui/cli tokens <@your-org/chakra-theme-package>
$ npx @chakra-ui/cli --help
Usage: chakra-cli tokens [options]
Options:
--out <path> output directory e.g.
node_modules/@chakra-ui/styled-system/dist/types/theming.types.d.ts
-h, --help display help for command
Example call:
$ chakra-cli tokens theme.ts
Note 🚨: If you delete the
node_modules
directory, you'll need to re-run the command to get proper typings again.
For convenience, you can add a postinstall
script to your package.json
, so
you don't have to think about this every time you re-install your dependencies.
"scripts": {
"gen:theme-typings": "chakra-cli tokens <path/to/your/theme.(js|ts)>",
"postinstall": "npm run gen:theme-typings"
}
FAQs
Generate theme typings for autocomplete
The npm package @chakra-ui/cli receives a total of 63,797 weekly downloads. As such, @chakra-ui/cli popularity was classified as popular.
We found that @chakra-ui/cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.