New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.1 to 1.2.2

3

index.js

@@ -48,3 +48,4 @@ 'use strict'

shouldSetupRegistryInIncluded: function() {
return !EmberVersionChecker.isAbove(this, '0.2.0')
let checker = new EmberVersionChecker(this)
return checker.for('ember-cli').isAbove('0.2.0')
},

@@ -51,0 +52,0 @@ styleProcessorOptions: function() {

{
"name": "ember-cli-css-preprocess",
"version": "1.2.1",
"version": "1.2.2",
"description": "Preprocess your stylesheets with multiple preprocessors like node-sass, postcss or less",

@@ -9,3 +9,2 @@ "main": "index.js",

"lint": "eslint --ignore-path .gitignore .",
"publish-please": "publish-please"

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