
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@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-componentsThen 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 1,569 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 5 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.