builder-autoprefixer
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,3 @@ var autoprefix = require('autoprefixer'); | ||
options = options || {}; | ||
var auto; | ||
var auto = autoprefix; | ||
var browsers = options.browsers; | ||
@@ -11,0 +11,0 @@ if (Array.isArray(browsers)) browsers = browsers.join(', '); |
{ | ||
"name": "builder-autoprefixer", | ||
"description": "autoprefixer plugin for component-builder2.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
@@ -13,3 +13,3 @@ # Builder Autoprefixer | ||
.use('styles', | ||
autoprefix('last 2 versions')) | ||
autoprefix({ browsers: 'last 2 versions' })) | ||
.pipe(process.stdout) | ||
@@ -40,2 +40,2 @@ ``` | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
THE SOFTWARE. |
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
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
3487
5
40