vue-template-compiler
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136380
4763
88
+ Addedhe@^1.1.0
+ Addedhe@1.2.0(transitive)
- Removedentities@^1.1.1
- Removedentities@1.1.2(transitive)