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

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 2.2.6 to 2.2.7

16

package.json
{
"name": "rollup-plugin-vue",
"version": "2.2.6",
"version": "2.2.7",
"description": "Roll .vue files",

@@ -38,3 +38,3 @@ "main": "dist/rollup-plugin-vue.common.js",

"rollup-pluginutils": "latest",
"vue-template-compiler": "^2.0.1",
"vue-template-compiler": "^2.0.3",
"vue-template-validator": "latest"

@@ -46,13 +46,13 @@ },

"coveralls": "^2.11.14",
"eslint": "^3.7.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-html": "^1.5.3",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"rollup": "^0.36.1",
"rollup": "^0.36.3",
"rollup-plugin-buble": "^0.14.0",

@@ -59,0 +59,0 @@ "rollup-plugin-replace": "latest",

@@ -45,2 +45,19 @@ # Rollup Plugin for Vue

## Quick Start
Create project with vue-cli!
```
vue init znck/vue-plugin-simple my-project
```
Rollup! Rollup! Rollup!
### Create new project
![](create.gif)
### Install dependencies & build
![](build.gif)
## Usage

@@ -113,2 +130,12 @@

#### `htmlMinifier`
Use any option from [https://github.com/kangax/html-minifier](https://github.com/kangax/html-minifier)
```js
vue({
htmlMinifier: {}
})
```
## Change log

@@ -115,0 +142,0 @@

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