Socket
Socket
Sign inDemoInstall

@vue/component-compiler-utils

Package Overview
Dependencies
16
Maintainers
10
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 3.0.0

23

CHANGELOG.md

@@ -0,1 +1,15 @@

# [3.0.0](https://github.com/vuejs/component-compiler-utils/compare/v2.6.0...v3.0.0) (2019-04-11)
### Features
* Replace node-sass to sass ([#56](https://github.com/vuejs/component-compiler-utils/issues/56)) ([3e4e3fc](https://github.com/vuejs/component-compiler-utils/commit/3e4e3fc)), closes [#50](https://github.com/vuejs/component-compiler-utils/issues/50)
### BREAKING CHANGES
* Using `sass` instead of `node-sass` package.
# [2.6.0](https://github.com/vuejs/component-compiler-utils/compare/v2.5.2...v2.6.0) (2019-02-21)

@@ -10,2 +24,11 @@

# [2.6.0](https://github.com/vuejs/component-compiler-utils/compare/v2.5.2...v2.6.0) (2019-02-21)
### Features
* implement ::v-deep as a shadow piercing combinator ([#54](https://github.com/vuejs/component-compiler-utils/issues/54)) ([8b2c646](https://github.com/vuejs/component-compiler-utils/commit/8b2c646))
## [2.5.2](https://github.com/vuejs/component-compiler-utils/compare/v2.5.0...v2.5.2) (2019-01-31)

@@ -12,0 +35,0 @@

2

dist/styleProcessors/index.js

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

render(source, map, options) {
const nodeSass = require('node-sass');
const nodeSass = require('sass');
const finalOptions = Object.assign({}, options, {

@@ -10,0 +10,0 @@ data: source,

@@ -24,3 +24,3 @@ const merge = require('merge-source-map')

): StylePreprocessorResults {
const nodeSass = require('node-sass')
const nodeSass = require('sass')
const finalOptions = Object.assign({}, options, {

@@ -27,0 +27,0 @@ data: source,

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

@@ -45,4 +45,4 @@ "main": "dist/index.js",

"lint-staged": "^8.1.1",
"node-sass": "^4.11.0",
"pug": "^2.0.3",
"sass": "^1.17.3",
"stylus": "^0.54.5",

@@ -49,0 +49,0 @@ "ts-jest": "^24.0.0",

@@ -83,4 +83,4 @@ # @vue/component-compiler-utils [![Build Status](https://circleci.com/gh/vuejs/component-compiler-utils/tree/master.svg?style=shield)](https://circleci.com/gh/vuejs/component-compiler-utils/)

// img: 'src',
// image: 'xlink:href'
// use: 'xlink:href'
// image: ['xlink:href', 'href'],
// use: ['xlink:href', 'href']
// }

@@ -87,0 +87,0 @@ transformAssetUrls?: AssetURLOptions | boolean

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc