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

rollup-plugin-vue-jsx-compat

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-vue-jsx-compat - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.0.5](https://github.com/xxholly32/rollup-plugin-vue-jsx/compare/v0.0.4...v0.0.5) (2021-06-07)
### [0.0.4](https://github.com/xxholly32/rollup-plugin-vue-jsx/compare/v0.0.3...v0.0.4) (2021-06-07)

@@ -7,0 +9,0 @@

2

dist/index.d.ts

@@ -10,5 +10,5 @@ import { FilterPattern } from '@rollup/pluginutils';

};
declare function vueJsx(options: Options): Plugin;
declare const vueJsx: (options: Options) => Plugin;
export default vueJsx;
export { Options };
{
"name": "rollup-plugin-vue-jsx-compat",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/index.js",

@@ -27,3 +27,3 @@ "types": "dist/index.d.ts",

"ts-node": "^9.0.0",
"typescript": "^3.9.7"
"typescript": "^4.0.0"
},

@@ -30,0 +30,0 @@ "dependencies": {

@@ -1,3 +0,3 @@

import { FilterPattern } from "@rollup/pluginutils";
import { Plugin } from "rollup";
import { FilterPattern } from '@rollup/pluginutils';
import { Plugin } from 'rollup';

@@ -11,4 +11,4 @@ export type Options = {

declare function vueJsx(options: Options): Plugin;
declare const vueJsx: (options: Options) => Plugin;
export default vueJsx;
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