Socket
Socket
Sign inDemoInstall

ember-cli-autoprefixer

Package Overview
Dependencies
169
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 2.0.0

.github/workflows/ci.yml

6

package.json
{
"name": "ember-cli-autoprefixer",
"version": "1.0.3",
"version": "2.0.0",
"description": "Process styles in an ember-cli application using Autoprefixer",

@@ -31,3 +31,3 @@ "keywords": [

"dependencies": {
"broccoli-autoprefixer": "^8.0.0",
"broccoli-autoprefixer": "^9.0.0",
"ember-cli-htmlbars": "^5.0.0"

@@ -65,3 +65,3 @@ },

"engines": {
"node": "10.* || >= 12"
"node": "12.* || 14.* || >= 16"
},

@@ -68,0 +68,0 @@ "bugs": {

@@ -54,2 +54,3 @@ # Autoprefixer for Ember CLI [![Build Status](https://travis-ci.org/kimroen/ember-cli-autoprefixer.svg?branch=master)](https://travis-ci.org/kimroen/ember-cli-autoprefixer)

sassOptions: {
sourceMap: true,
sourceMapEmbed: true

@@ -72,2 +73,3 @@ },

sassOptions: {
sourceMap: !envIsProduction,
sourceMapEmbed: !envIsProduction

@@ -74,0 +76,0 @@ },

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