Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
3
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.6.1

6

CHANGELOG.md
# @talend/babel-plugin-import-from-index
## 1.6.1
### Patch Changes
- c468f2f: chore: upgrade dependencies
## 1.6.0

@@ -4,0 +10,0 @@

8

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

@@ -24,8 +24,8 @@ "main": "src/index.js",

"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"babel-jest": "^29.7.0",
"babel-plugin-tester": "^10.1.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"jest": "^29.7.0"

@@ -32,0 +32,0 @@ },

@@ -49,3 +49,3 @@ import pluginTester from 'babel-plugin-tester';

import { SidePanel, Actions, ActionButton, ActionDropdown, List } from '@talend/react-components';`,
import { ActionButton, ActionDropdown, Actions, List, SidePanel } from '@talend/react-components';`,
},

@@ -64,3 +64,3 @@ {

import { SidePanel, ModelViewer as ModelViewerComponent } from '@talend/react-components';`,
import { ModelViewer as ModelViewerComponent, SidePanel } from '@talend/react-components';`,
},

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