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 4.0.0 to 4.0.1

2

index.js

@@ -20,3 +20,3 @@ var esutils = require('esutils')

return {
inherits: require('babel-plugin-syntax-jsx'),
inherits: require('@babel/plugin-syntax-jsx').default,
visitor: {

@@ -23,0 +23,0 @@ JSXNamespacedName (path) {

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

@@ -47,3 +47,3 @@ "main": "index.js",

"babel-loader": "8.0.0-beta.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"@babel/plugin-syntax-jsx": "^7.0.0-beta.40",
"chai": "^4.1.2",

@@ -50,0 +50,0 @@ "eslint": "^4.16.0",

@@ -5,2 +5,7 @@ # babel-plugin-transform-vue-jsx [![CircleCI](https://img.shields.io/circleci/project/vuejs/babel-plugin-transform-vue-jsx.svg?maxAge=2592000)](https://circleci.com/gh/vuejs/babel-plugin-transform-vue-jsx)

### Babel Compatibility Notes
- If using Babel 7, use 4.x
- If using Babel 6, use 3.x
### Requirements

@@ -7,0 +12,0 @@

Sorry, the diff of this file is too big to display

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