Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-s2s-action-types-ts

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-s2s-action-types-ts - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

README.md

4

lib/index.js

@@ -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 @@ },

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