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.1.0 to 3.1.1

2

lib/group-props.js

@@ -19,3 +19,3 @@ var makeMap = require('./make-map')

var suffix = name.slice(prefixIndex + 1)
var nestedProp = t.objectProperty(t.identifier(suffix), prop.value)
var nestedProp = t.objectProperty(t.stringLiteral(suffix), prop.value)
var nestedObject = currentNestedObjects[prefix]

@@ -22,0 +22,0 @@ if (!nestedObject) {

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

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

"eslint-config-vue": "^1.0.3",
"eslint-plugin-html": "^1.5.2",
"mocha": "^2.5.3",

@@ -49,0 +50,0 @@ "vue": "^2.0.0-alpha.5",

@@ -5,6 +5,2 @@ # 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)

### Compatibility Notice
Version ^3.0.0 works only with vue@^2.0.0-beta.7.
### Requirements

@@ -14,2 +10,4 @@

- This is mutually exclusive with `babel-plugin-transform-react-jsx`.
### Usage

@@ -16,0 +14,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