Socket
Socket
Sign inDemoInstall

rollup-plugin-vue

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-vue - npm Package Compare versions

Comparing version 6.0.0-beta.4 to 6.0.0-beta.5

1

dist/index.d.ts

@@ -15,3 +15,4 @@ import { SFCTemplateCompileOptions, SFCAsyncStyleCompileOptions } from '@vue/compiler-sfc';

cssModulesOptions?: SFCAsyncStyleCompileOptions['modulesOptions'];
preprocessOptions?: SFCAsyncStyleCompileOptions['preprocessOptions'];
}
export default function PluginVue(userOptions?: Partial<Options>): Plugin;

@@ -144,2 +144,3 @@ "use strict";

preprocessCustomRequire: options.preprocessCustomRequire,
preprocessOptions: options.preprocessOptions || {},
});

@@ -146,0 +147,0 @@ if (result.errors.length) {

2

package.json
{
"name": "rollup-plugin-vue",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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