Socket
Socket
Sign inDemoInstall

@vue/component-compiler-utils

Package Overview
Dependencies
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/component-compiler-utils - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.3.1"></a>
## [1.3.1](https://github.com/vuejs/component-compiler-utils/compare/v1.3.0...v1.3.1) (2018-05-28)
### Bug Fixes
* default parser was removed from prettier ([#15](https://github.com/vuejs/component-compiler-utils/issues/15)) ([598224d](https://github.com/vuejs/component-compiler-utils/commit/598224d))
<a name="1.3.0"></a>

@@ -2,0 +12,0 @@ # [1.3.0](https://github.com/vuejs/component-compiler-utils/compare/v1.2.1...v1.3.0) (2018-05-22)

2

dist/compileTemplate.js

@@ -93,3 +93,3 @@ "use strict";

code += `render._withStripped = true`;
code = prettier.format(code, { semi: false });
code = prettier.format(code, { semi: false, parser: 'babylon' });
}

@@ -96,0 +96,0 @@ return {

@@ -161,3 +161,3 @@ import {

code += `render._withStripped = true`
code = prettier.format(code, { semi: false })
code = prettier.format(code, { semi: false, parser: 'babylon' })
}

@@ -164,0 +164,0 @@

{
"name": "@vue/component-compiler-utils",
"version": "1.3.0",
"version": "1.3.1",
"description": "Lower level utilities for compiling Vue single file components",

@@ -48,3 +48,3 @@ "main": "dist/index.js",

"postcss-selector-parser": "^3.1.1",
"prettier": "^1.11.1",
"prettier": "^1.13.0",
"source-map": "^0.5.6",

@@ -51,0 +51,0 @@ "vue-template-es2015-compiler": "^1.6.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