Socket
Socket
Sign inDemoInstall

stylecow-plugin-calc

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

test/expected.css

2

index.js

@@ -7,3 +7,3 @@ module.exports = [

var keyword = fn[0];
keyword.name = keyword.name.replace(/\s*([\+\-])\s*/g, ' $1 ');
keyword.name = keyword.name.replace(/([\w\%])\s*([\+\-])\s*/g, '$1 $2 ');
}

@@ -10,0 +10,0 @@ }

{
"name": "stylecow-plugin-calc",
"description": "Stylecow plugin to add vendor prefixes to calc() and normalize to require spaces around binary '+' and '-' operators",
"version": "1.0.0",
"version": "1.0.1",
"author": "Oscar Otero <oom@oscarotero.com>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-calc",

@@ -0,0 +0,0 @@ stylecow plugin calc

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc