New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-kimport

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-kimport - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.2.3](https://github.com/SoldierAb/babel-plugin-kimport/compare/v1.2.2...v1.2.3) (2020-01-21)
### [1.2.2](https://github.com/SoldierAb/babel-plugin-kimport/compare/v1.2.1...v1.2.2) (2020-01-21)

@@ -7,0 +9,0 @@

2

lib/index.js

@@ -70,3 +70,3 @@ "use strict";

currentConfigInstance.camel2UnderlineComponentName = typeof currentConfigInstance.camel2UnderlineComponentName === 'undefined' ? false : currentConfigInstance.camel2UnderlineComponentName;
currentConfigInstance.camel2DashComponentName = typeof currentConfigInstance.camel2DashComponentName === 'undefined' ? false : currentConfigInstance.camel2DashComponentName;
currentConfigInstance.camel2DashComponentName = typeof currentConfigInstance.camel2DashComponentName === 'undefined' ? true : currentConfigInstance.camel2DashComponentName;

@@ -73,0 +73,0 @@ if (libraryName === source.value && !types.isImportDefaultSpecifier(specifiers[0]) && !types.isImportNamespaceSpecifier(specifiers[0])) {

{
"name": "babel-plugin-kimport",
"version": "1.2.2",
"version": "1.2.3",
"description": "A component modular import plugin for babel ",

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

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