🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

babel-plugin-onex-utils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-onex-utils - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+11
-0
CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.2.3](https://github.com/unity-template/onex-utils-packages/compare/babel-plugin-onex-utils@0.2.2...babel-plugin-onex-utils@0.2.3) (2021-02-01)
### Bug Fixes
* 🐛 variable is undefined(fixes [#10](https://github.com/unity-template/onex-utils-packages/issues/10)) ([a488b27](https://github.com/unity-template/onex-utils-packages/commit/a488b275d24e55735b01d0b945114347213fc0e6))
## [0.2.2](https://github.com/unity-template/onex-utils-packages/compare/babel-plugin-onex-utils@0.2.1...babel-plugin-onex-utils@0.2.2) (2021-02-01)

@@ -8,0 +19,0 @@

+6
-3

@@ -9,10 +9,13 @@ "use strict";

source = `${source}/build/utils/${imported}`;
return helper_module_imports_1.addNamespace(path, source, {
nameHint: local || imported,
});
}
else {
source = `${source}/${imported}`;
return helper_module_imports_1.addDefault(path, source, {
nameHint: local || imported,
});
}
return helper_module_imports_1.addNamespace(path, source, {
nameHint: local || imported,
});
}
exports.AddDefaultImported = AddDefaultImported;
{
"name": "babel-plugin-onex-utils",
"version": "0.2.2",
"version": "0.2.3",
"description": "> TODO: description",

@@ -37,3 +37,3 @@ "author": "云墨 <lg208143@alibaba-inc.com>",

},
"gitHead": "e3e6be732ea897b3ff8d44c82670bfefbfffbb02"
"gitHead": "4bfac32879b37b1ce9699ce17e66babeb18356c5"
}