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 2.0.0 to 2.0.1

2

dist/index.js

@@ -18,3 +18,3 @@ "use strict";

'refInFor',
'scopedSlot',
'scopedSlots',
'show',

@@ -21,0 +21,0 @@ 'slot',

{
"name": "@hexeo/vue-typescript-jsx",
"version": "2.0.0",
"version": "2.0.1",
"description": "Translate React JSX props into Vue VDOM data format at runtime",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"scripts": {
"test": "env TS_NODE_FILES=1 TS_NODE_PRETTY=1 mocha --compilers ts:ts-node/register test/**/*.tsx",
"test": "env TS_NODE_FILES=1 TS_NODE_PRETTY=1 mocha --require ts-node/register test/**/*.tsx",
"build": "tsc --outDir dist",

@@ -37,18 +37,19 @@ "prepublish": "npm run test && npm run build"

},
"dependencies": {},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.5.0",
"@typescript-eslint/parser": "^1.5.0"
},
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^11.12.0",
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint-config-google": "^0.10.0",
"eslint-plugin-typescript": "^0.12.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"eslint": "^5.15.3",
"eslint-config-google": "^0.12.0",
"mocha": "^6.0.2",
"ts-node": "^8.0.3",
"tslib": "^1.9.3",
"typescript": "^3.1.3",
"typescript-eslint-parser": "^20.0.0",
"vue": "^2.5.17"
"typescript": "^3.3.4000",
"vue": "^2.6.10"
}
}

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