
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@kiwicom/babel-plugin-orbit-components
Advanced tools
A babel plugin for transforming destructured imports to granular ones.
Transforms destructured imports of @kiwicom/orbit-components
to granular ones!
Install:
yarn add -D @kiwicom/babel-plugin-orbit-components
Then just add @kiwicom/orbit-components
to the list of babel plugins, e.g. to .babelrc
:
{
"plugins": ["@kiwicom/orbit-components"]
}
// Input:
import { Alert } from "@kiwicom/orbit-components";
// Output:
import Alert from "@kiwicom/orbit-components/lib/Alert";
// Input
import { Passengers } from "@kiwicom/orbit-components/lib/icons";
// Output
import Passengers from "@kiwicom/orbit-components/lib/icons/Passengers";
MIT
FAQs
A babel plugin for transforming destructured imports to granular ones.
The npm package @kiwicom/babel-plugin-orbit-components receives a total of 3,286 weekly downloads. As such, @kiwicom/babel-plugin-orbit-components popularity was classified as popular.
We found that @kiwicom/babel-plugin-orbit-components demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.