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

@hexeo/vue-typescript-jsx

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hexeo/vue-typescript-jsx - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

dist/index.js
"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

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