Socket
Socket
Sign inDemoInstall

postcss-filter-plugins

Package Overview
Dependencies
11
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 3.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.0.0
* Upgraded to PostCSS 6
# 2.0.2

@@ -2,0 +6,0 @@

21

dist/index.js

@@ -16,15 +16,14 @@ 'use strict';

exports.default = _postcss2.default.plugin('postcss-filter-plugins', function () {
var _ref = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
var _ref$template = _ref.template;
var template = _ref$template === undefined ? function (_ref2) {
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
_ref$template = _ref.template,
template = _ref$template === undefined ? function (_ref2) {
var postcssPlugin = _ref2.postcssPlugin;
return 'Found duplicate plugin: ' + postcssPlugin;
} : _ref$template;
var _ref$silent = _ref.silent;
var silent = _ref$silent === undefined ? false : _ref$silent;
var _ref$exclude = _ref.exclude;
var exclude = _ref$exclude === undefined ? [] : _ref$exclude;
var _ref$direction = _ref.direction;
var direction = _ref$direction === undefined ? 'both' : _ref$direction;
} : _ref$template,
_ref$silent = _ref.silent,
silent = _ref$silent === undefined ? false : _ref$silent,
_ref$exclude = _ref.exclude,
exclude = _ref$exclude === undefined ? [] : _ref$exclude,
_ref$direction = _ref.direction,
direction = _ref$direction === undefined ? 'both' : _ref$direction;

@@ -31,0 +30,0 @@ var id = (0, _uniqid2.default)();

{
"name": "postcss-filter-plugins",
"version": "2.0.2",
"version": "3.0.0",
"description": "Exclude/warn on duplicated PostCSS plugins.",

@@ -11,4 +11,3 @@ "main": "dist/index.js",

"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"test": "ava src/__tests__/",
"test-012": "ava src/__tests__/"
"test": "ava src/__tests__/"
},

@@ -49,3 +48,3 @@ "files": [

"dependencies": {
"postcss": "^5.0.4",
"postcss": "^6.0.14",
"uniqid": "^4.0.0"

@@ -52,0 +51,0 @@ },

@@ -116,4 +116,4 @@ # [postcss][postcss]-filter-plugins [![Build Status](https://travis-ci.org/postcss/postcss-filter-plugins.svg?branch=master)][ci]

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars.githubusercontent.com/u/1282980?v=3" width="100px;"/><br /><sub>Ben Briggs</sub>](http://beneb.info)<br />[💻](https://github.com/postcss/postcss-filter-plugins/commits?author=ben-eb) [📖](https://github.com/postcss/postcss-filter-plugins/commits?author=ben-eb) 👀 [⚠️](https://github.com/postcss/postcss-filter-plugins/commits?author=ben-eb) | [<img src="https://avatars.githubusercontent.com/u/157534?v=3" width="100px;"/><br /><sub>Maxime Thirouin</sub>](https://moox.io/)<br />[📖](https://github.com/postcss/postcss-filter-plugins/commits?author=MoOx) | [<img src="https://avatars.githubusercontent.com/u/373545?v=3" width="100px;"/><br /><sub>Andreas Lind</sub>](https://github.com/papandreou)<br />[💻](https://github.com/postcss/postcss-filter-plugins/commits?author=papandreou) |
| :---: | :---: | :---: |
| [<img src="https://avatars.githubusercontent.com/u/1282980?v=3" width="100px;"/><br /><sub>Ben Briggs</sub>](http://beneb.info)<br />[💻](https://github.com/postcss/postcss-filter-plugins/commits?author=ben-eb) [📖](https://github.com/postcss/postcss-filter-plugins/commits?author=ben-eb) 👀 [⚠️](https://github.com/postcss/postcss-filter-plugins/commits?author=ben-eb) | [<img src="https://avatars.githubusercontent.com/u/157534?v=3" width="100px;"/><br /><sub>Maxime Thirouin</sub>](https://moox.io/)<br />[📖](https://github.com/postcss/postcss-filter-plugins/commits?author=MoOx) | [<img src="https://avatars.githubusercontent.com/u/373545?v=3" width="100px;"/><br /><sub>Andreas Lind</sub>](https://github.com/papandreou)<br />[💻](https://github.com/postcss/postcss-filter-plugins/commits?author=papandreou) | [<img src="https://avatars3.githubusercontent.com/u/17342435?v=4" width="100px;"/><br /><sub>Ryan Zimmerman</sub>](http://www.ryanzim.com)<br />[💻](https://github.com/postcss/postcss-filter-plugins/commits?author=RyanZim) |
| :---: | :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

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