🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

babel-plugin-mst-async-action

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-mst-async-action - npm Package Compare versions

Comparing version

to
0.1.0

2

lib/index.js

@@ -15,3 +15,3 @@ const { default: traverse } = require('@babel/traverse')

) {
path.node.specifiers.push(t.identifier(flowFuncName))
path.node.specifiers.push(t.importDeclaration(t.identifier(flowFuncName), t.identifier(flowFuncName)))
}

@@ -18,0 +18,0 @@ },

{
"name": "babel-plugin-mst-async-action",
"version": "0.0.1",
"version": "0.1.0",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:newraina/babel-plugin-mst-async-action.git",