Socket
Socket
Sign inDemoInstall

@instructure/babel-plugin-transform-imports

Package Overview
Dependencies
24
Maintainers
33
Versions
1289
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @instructure/babel-plugin-transform-imports

A babel plugin made by Instructure Inc.


Version published
Weekly downloads
3.7K
decreased by-57.45%
Maintainers
33
Created
Weekly downloads
 

Changelog

Source

9.1.0 (2024-06-14)

Bug Fixes

  • ui-buttons: allow secondary option for CondensedButton color (eca60d3)
  • ui-color-picker: add styling for disabled state (7d6d3ad)
  • ui-react-utils: remove defaultProps from DeterministicContextProvider (5c89612)
  • ui-tabs: fix horizontal scrolling with keyboard navigation (a25c7db)
  • ui-tabs: fix id generation when null is present as children (85765ae)
  • ui-top-nav-bar: keep width unchanged when active status is set to topnavbar.item (9770827)
  • ui-top-nav-bar: show nothing in smallviewportlayout when there is one crumb link (1c380a9)

Features

  • shared-types,ui-calendar,ui-select: add yearpicker functionality to calendar (2c0c6e0)
  • ui-menu: add maxHeight functionality to Menu (6494c4a)
  • ui-tabs: add option for persisting tabpanels (6fe73a3)

Readme

Source

category: packages

babel-plugin-transform-imports

This will convert any non-default imports that are referencing the package only to reference the full path to the module instead. For example:

// a named member import:
import { Text } from '@instructure/ui-elements'

would be converted to

// a named import using the full module path:
import { Text } from '@instructure/ui-elements/lib/Text'

Note that any default imports you are currently using will not be transformed:

// a default import using the full path (will not be transformed):
import Text from '@instructure/ui-elements/lib/Text'

npm  MIT License  Code of Conduct

A babel plugin made by Instructure Inc.

Installation

npm install @instructure/babel-plugin-transform-imports

FAQs

Last updated on 14 Jun 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc