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

vite-plugin-ts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-ts - npm Package Compare versions

Comparing version 1.1.8 to 1.3.0

5

index.js

@@ -49,3 +49,3 @@ const fs = require('fs')

return {
name: 'vue-jsx',
name: 'vite:vue-jsx',

@@ -83,3 +83,4 @@ config(config) {

transform(code, id, ssr) {
transform(code, id, opt) {
const ssr = typeof opt === 'boolean' ? opt : (opt && opt.ssr) === true
const {

@@ -86,0 +87,0 @@ include,

18

package.json
{
"name": "vite-plugin-ts",
"version": "1.1.8",
"version": "1.3.0",
"license": "MIT",

@@ -20,6 +20,2 @@ "author": "Evan You",

"types": "index.d.ts",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue-jsx",
"release": "node ../../scripts/release.js --skipBuild"
},
"engines": {

@@ -38,9 +34,13 @@ "node": ">=12.0.0"

"dependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@rollup/pluginutils": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/babel-plugin-jsx": "^1.1.1",
"hash-sum": "^2.0.0",
"typescript": "^4.3.5"
"typescript": "^4.5.2"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue-jsx",
"release": "node ../../scripts/release.cjs --skipBuild"
}
}
}
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