Socket
Socket
Sign inDemoInstall

pleeease-filters

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pleeease-filters - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

4

CHANGELOG.md

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

# 2.0.0 - 2015-09-14
- Update to PostCSS 5
# 1.0.1 - 2015-05-25

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

8

index.js

@@ -554,5 +554,5 @@ var postcss = require('postcss');

css.eachRule(function (rule) {
css.walkRules(function (rule) {
rule.eachDecl(function (decl, idx) {
rule.walkDecls(function (decl, idx) {

@@ -597,3 +597,3 @@ // find filter declaration

var add = true;
rule.eachDecl(function (d) {
rule.walkDecls(function (d) {
if (newDecl.value === d.value) {

@@ -624,3 +624,3 @@ add = false;

var add = true;
rule.eachDecl(function (d) {
rule.walkDecls(function (d) {
if (newDecl.value === d.value) {

@@ -627,0 +627,0 @@ add = false;

{
"name": "pleeease-filters",
"version": "1.0.1",
"version": "2.0.0",
"description": "Convert CSS shorthand filters to SVG ones",

@@ -24,4 +24,4 @@ "author": {

"dependencies": {
"postcss": "^4.0.2",
"onecolor": "~2.4.0"
"onecolor": "~2.4.0",
"postcss": "^5.0.4"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -0,0 +0,0 @@ Pleeease: filters

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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