Socket
Socket
Sign inDemoInstall

ember-cli-autoprefixer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-autoprefixer - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

4

CHANGELOG.md
## master
### 0.8.1
+ Fix issue with asset fingerprinting not taking autoprefixing into account [#39](https://github.com/kimroen/ember-cli-autoprefixer/pull/39)
## 0.8.0

@@ -4,0 +8,0 @@ + Update `broccoli-autoprefixer` dependency. This also updates Autoprefixer to

8

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

@@ -60,4 +60,8 @@ "directories": {

"ember-addon": {
"configPath": "tests/dummy/config"
"configPath": "tests/dummy/config",
"before": [
"broccoli-asset-rev",
"ember-cli-sri"
]
}
}
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