Socket
Socket
Sign inDemoInstall

ember-cli-autoprefixer

Package Overview
Dependencies
75
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.8.0

4

CHANGELOG.md
## master
## 0.8.0
+ Update `broccoli-autoprefixer` dependency. This also updates Autoprefixer to
v7.0.0 and requires Node version 4 or later. [#37](https://github.com/kimroen/ember-cli-autoprefixer/pull/37) and [#36](https://github.com/kimroen/ember-cli-autoprefixer/pull/36)
## 0.7.0

@@ -4,0 +8,0 @@ + Support for the new `targets` feature coming in Ember-CLI 2.13. Read all about it [on @rwjblue's blog](http://rwjblue.com/2017/04/21/ember-cli-targets/). Thanks to [@rwjblue](https://github.com/rwjblue) and [@cibernox](https://github.com/cibernox) for working on it. [#34](https://github.com/kimroen/ember-cli-autoprefixer/pull/34)

6

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

@@ -23,3 +23,3 @@ "directories": {

"engines": {
"node": ">= 0.10.0"
"node": ">= 4"
},

@@ -57,3 +57,3 @@ "author": "Kim Røen",

"dependencies": {
"broccoli-autoprefixer": "^4.1.0",
"broccoli-autoprefixer": "^5.0.0",
"lodash": "^4.0.0"

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