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 0.1.1 to 0.1.2

6

index.js

@@ -349,2 +349,6 @@ var postcss = require('postcss');

if (unit === '' && amount !== 0) {
return properties;
}
amount = helpers.length(amount, unit);

@@ -526,3 +530,3 @@

// Blur
fmatch = value.match(/(blur)\((\s*[0-9\.]+)(px|em|rem)\s*\)/i);
fmatch = value.match(/(blur)\((\s*[0-9\.]+)(px|em|rem|)\s*\)/i);
if (fmatch !== null) {

@@ -529,0 +533,0 @@ amount = parseFloat(fmatch[2], 10);

2

package.json
{
"name": "pleeease-filters",
"version": "0.1.1",
"version": "0.1.2",
"description": "Convert CSS shorthand filters to SVG ones",

@@ -5,0 +5,0 @@ "author": {

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