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

ember-cli-css-preprocess

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-css-preprocess - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.1.0
* Bumps dependency versions
* Adds support for node-sass 4.x.x
# 1.0.2

@@ -2,0 +7,0 @@ * Bumps dependency versions

26

package.json
{
"name": "ember-cli-css-preprocess",
"version": "1.0.2",
"version": "1.1.0",
"description": "Preprocess your stylesheets with multiple preprocessors like node-sass, postcss or less",

@@ -37,12 +37,12 @@ "main": "index.js",

"broccoli-caching-writer": "^3.0.3",
"broccoli-merge-trees": "^1.1.4",
"broccoli-merge-trees": "^1.2.1",
"co": "^4.6.0",
"deepmerge": "^0.2.10",
"ember-cli-version-checker": "^1.1.6",
"deepmerge": "^1.3.2",
"ember-cli-version-checker": "^1.2.0",
"find-package-json": "^1.0.0",
"fs-promise": "^0.5.0",
"is-glob": "^2.0.1",
"fs-promise": "^1.0.0",
"is-glob": "^3.1.0",
"minimatch": "^3.0.3",
"mkdirp": "^0.5.1",
"mkdirp-promise": "^2.0.0",
"mkdirp-promise": "^5.0.1",
"semver": "^5.3.0"

@@ -52,14 +52,14 @@ },

"chai": "^3.5.0",
"co-mocha": "^1.1.3",
"common-tags": "^1.3.1",
"co-mocha": "^1.2.0",
"common-tags": "^1.4.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.0.2",
"mocha": "^3.2.0",
"publish-please": "^2.2.0"
},
"compatibleProcessors": {
"postcss": "^5.0.14",
"node-sass": "^3.4.2",
"less": "^2.7.1"
"postcss": "^5.2.12",
"node-sass": "^3.4.2 || ^4.5.0",
"less": "^2.7.2"
},

@@ -66,0 +66,0 @@ "engines": {

@@ -5,3 +5,3 @@ 'use strict'

const incompatibleVersion = '1.6.3'
const compatibleVersion = '2.7.1'
const compatibleVersion = '2.7.2'
const npm = helper.npm

@@ -8,0 +8,0 @@

@@ -12,3 +12,3 @@ 'use strict'

yield npm.install('less@2.7.1')
yield npm.install('less@2.7.2')
})

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

@@ -12,3 +12,3 @@ 'use strict'

yield npm.uninstall('node-sass')
yield npm.install('node-sass@3.7.0')
yield npm.install('node-sass@4.5.0')
})

@@ -15,0 +15,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