Socket
Socket
Sign inDemoInstall

babel-plugin-transform-carbon-imports

Package Overview
Dependencies
20
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0-alpha.0 to 9.0.0-alpha.1

__testfixtures__/bug-data-table-1.input.js

12

package.json
{
"name": "babel-plugin-transform-carbon-imports",
"description": "Babel plugin to transform carbon imports to help reduce bundle size",
"version": "9.0.0-alpha.0",
"version": "9.0.0-alpha.1",
"main": "index.js",
"license": "Apache-2.0",
"main": "index.js",
"files": [
"index.js",
"paths.js"
],
"homepage": "http://carbondesignsystem.com",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/babel-plugin-transform-carbon-imports",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"peerDependencies": {

@@ -12,0 +10,0 @@ "carbon-components-react": "5.x"

@@ -76,3 +76,3 @@ 'use strict';

DataTable: {
path: getComponentPath('DataTable'),
path: `${pkgName}/es/components/DataTable/index.js`,
importSpecifier: false,

@@ -79,0 +79,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc