Socket
Socket
Sign inDemoInstall

@talend/babel-plugin-import-from-index

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0-alpha.1 to 1.4.0-alpha.2

5

package.json
{
"name": "@talend/babel-plugin-import-from-index",
"version": "1.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"description": "Transform default imports from specific path to named import from index",

@@ -37,3 +37,6 @@ "main": "src/index.js",

]
},
"publishConfig": {
"access": "public"
}
}

2

src/index.js

@@ -13,3 +13,3 @@ const PACKAGES = ['@talend/react-components', 'lodash', 'react-bootstrap', 'redux-saga'];

'react-bootstrap': true,
'@talend/react-components': true,
'@talend/react-components': false,
'redux-saga': true,

@@ -16,0 +16,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