Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylecow-plugin-fixes

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylecow-plugin-fixes - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

0

index.js

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

2

package.json
{
"name": "stylecow-plugin-fixes",
"description": "Stylecow plugin to fix automatically some css issues.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Oscar Otero <oom@oscarotero.com>",

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

@@ -0,0 +0,0 @@ stylecow plugin fixer

@@ -8,4 +8,3 @@ module.exports = function (stylecow) {

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

@@ -12,0 +11,0 @@ }

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

@@ -0,0 +0,0 @@ module.exports = function (stylecow) {

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