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

babel-plugin-transform-vue-jsx

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-vue-jsx - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

3

index.js

@@ -31,4 +31,5 @@ var esutils = require('esutils')

'ObjectMethod|ClassMethod' (path) {
const params = path.get('params')
// do nothing if there is (h) param
if (path.get('params').length) {
if (params.length && params[0].node.name === 'h') {
return

@@ -35,0 +36,0 @@ }

{
"name": "babel-plugin-transform-vue-jsx",
"version": "3.4.0",
"version": "3.4.1",
"description": "Babel plugin for Vue 2.0 JSX",

@@ -5,0 +5,0 @@ "main": "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