@hexeo/vue-typescript-jsx
Advanced tools
Comparing version 1.0.4 to 1.0.5
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* eslint-disable no-underscore-dangle */ | ||
var lodash_1 = require("lodash"); | ||
var merge = require('lodash.merge'); | ||
var isTopLevelKey = [ | ||
@@ -140,3 +140,3 @@ // vue | ||
var attributes = getAttributes(props, classifiedKeys.attribute); | ||
return lodash_1.merge({}, topLevel, nestable, directives, xlinks, attributes); | ||
return merge({}, topLevel, nestable, directives, xlinks, attributes); | ||
} | ||
@@ -143,0 +143,0 @@ function createElement($createElement, tag, data, children) { |
{ | ||
"name": "@hexeo/vue-typescript-jsx", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Translate React JSX props into Vue VDOM data format at runtime", | ||
@@ -20,3 +20,8 @@ "main": "dist/index.js", | ||
}, | ||
"keywords": ["vue", "typescript", "jsx", "tsx"], | ||
"keywords": [ | ||
"vue", | ||
"typescript", | ||
"jsx", | ||
"tsx" | ||
], | ||
"author": "Leandre Gohy", | ||
@@ -33,4 +38,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/lodash": "^4.14.74", | ||
"lodash": "^4.17.4" | ||
"@types/lodash.merge": "^4.6.3", | ||
"lodash.merge": "^4.6.0" | ||
}, | ||
@@ -37,0 +42,0 @@ "devDependencies": { |
import Vue = require('vue') | ||
export const install: Vue.PluginFunction<never> | ||
export const install: Vue.PluginFunction<any> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18722
6
+ Added@types/lodash.merge@^4.6.3
+ Addedlodash.merge@^4.6.0
+ Added@types/lodash.merge@4.6.9(transitive)
+ Addedlodash.merge@4.6.2(transitive)
- Removed@types/lodash@^4.14.74
- Removedlodash@^4.17.4
- Removedlodash@4.17.21(transitive)