broccoli-autoprefixer
Advanced tools
Comparing version 4.0.0 to 4.1.0
11
index.js
'use strict'; | ||
var Filter = require('broccoli-filter'); | ||
var Filter = require('broccoli-persistent-filter'); | ||
var objectAssign = require('object-assign'); | ||
@@ -7,11 +7,12 @@ var postcss = require('postcss'); | ||
function AutoprefixerFilter(inputTree, options) { | ||
function AutoprefixerFilter(inputTree, _options) { | ||
var options = _options || {}; | ||
if (!(this instanceof AutoprefixerFilter)) { | ||
return new AutoprefixerFilter(inputTree, options); | ||
return new AutoprefixerFilter(inputTree, _options); | ||
} | ||
Filter.call(this, inputTree); | ||
Filter.call(this, inputTree, options); | ||
this.inputTree = inputTree; | ||
this.options = options || {}; | ||
this.options = options; | ||
} | ||
@@ -18,0 +19,0 @@ |
{ | ||
"name": "broccoli-autoprefixer", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Prefix CSS using Autoprefixer", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"autoprefixer": "^6.0.0", | ||
"broccoli-filter": "^1.2.2", | ||
"broccoli-persistent-filter": "^1.1.6", | ||
"object-assign": "^4.0.1", | ||
@@ -37,0 +37,0 @@ "postcss": "^5.0.4" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4926
45
1
+ Addedasync@2.6.4(transitive)
+ Addedasync-disk-cache@1.3.5(transitive)
+ Addedasync-promise-queue@1.0.5(transitive)
+ Addedbinaryextensions@2.3.0(transitive)
+ Addedbroccoli-persistent-filter@1.4.6(transitive)
+ Addededitions@1.3.4(transitive)
+ Addedfs-tree-diff@0.5.9(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedhash-for-dep@1.5.1(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedheimdalljs@0.2.6(transitive)
+ Addedheimdalljs-logger@0.1.10(transitive)
+ Addedis-core-module@2.16.1(transitive)
+ Addedistextorbinary@2.1.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpath-posix@1.0.0(transitive)
+ Addedpath-root@0.1.1(transitive)
+ Addedpath-root-regex@0.1.2(transitive)
+ Addedresolve@1.22.10(transitive)
+ Addedresolve-package-path@1.2.7(transitive)
+ Addedrsvp@3.2.1(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedtextextensions@2.6.0(transitive)
+ Addedusername-sync@1.0.3(transitive)
- Removedbroccoli-filter@^1.2.2
- Removedbroccoli-filter@1.3.0(transitive)
- Removedcopy-dereference@1.0.0(transitive)