Socket
Socket
Sign inDemoInstall

vue-template-compiler

Package Overview
Dependencies
2
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

6

package.json
{
"name": "vue-template-compiler",
"version": "2.0.2",
"version": "2.0.3",
"description": "template compiler for Vue 2.0",

@@ -21,5 +21,5 @@ "main": "index.js",

"dependencies": {
"de-indent": "^1.0.2",
"entities": "^1.1.1"
"he": "^1.1.0",
"de-indent": "^1.0.2"
}
}

@@ -60,2 +60,6 @@ # vue-template-compiler

- `preserveWhitespace`
Defaults to `true`. This means the compiled render function respects all the whitespaces between HTML tags. If set to `false`, all whitespaces between tags will be ignored. This can result in slightly better performance but may affect layout for inline elements.
---

@@ -62,0 +66,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc