Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/babel-plugin-import-from-index - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

const PACKAGES = [
'@talend/context',
'@talend/react-components',

@@ -12,3 +11,2 @@ '@talend/react-containers',

lodash: false,
'@talend/context': true,
'react-bootstrap': true,

@@ -23,3 +21,2 @@ '@talend/react-components': true,

'react-bootstrap': false,
'@talend/context': false,
'@talend/react-components': false,

@@ -26,0 +23,0 @@ '@talend/react-containers': false,

@@ -94,6 +94,6 @@ import pluginTester from 'babel-plugin-tester';

{
code: "import SagaTester from 'redux-saga-tester';",
output: "import SagaTester from 'redux-saga-tester';",
},
code: "import SagaTester from 'redux-saga-tester';",
output: "import SagaTester from 'redux-saga-tester';",
},
],
});
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc