babel-plugin-s2s-action-types-ts
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -18,2 +18,4 @@ "use strict"; | ||
var _lodash = _interopRequireDefault(require("lodash.snakecase")); | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } | ||
@@ -64,3 +66,3 @@ | ||
function toTypeName(str) { | ||
return str.toUpperCase(); | ||
return (0, _lodash.default)(str).toUpperCase(); | ||
} // ///// plugin | ||
@@ -67,0 +69,0 @@ |
{ | ||
"name": "babel-plugin-s2s-action-types-ts", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "generate action types", | ||
@@ -11,2 +11,3 @@ "main": "lib/index.js", | ||
"author": "kamijin_fanta <kamijin@live.jp>", | ||
"repository": "kamijin-fanta/babel-plugins", | ||
"license": "MIT", | ||
@@ -17,2 +18,3 @@ "dependencies": { | ||
"@babel/types": "^7.0.0-beta.32", | ||
"lodash.snakecase": "^4.1.1", | ||
"slash": "^1.0.0" | ||
@@ -19,0 +21,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8527
3
138
1
115
5
+ Addedlodash.snakecase@^4.1.1
+ Addedlodash.snakecase@4.1.1(transitive)