Socket
Socket
Sign inDemoInstall

postcss-normalize-whitespace

Package Overview
Dependencies
Maintainers
7
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-whitespace - npm Package Compare versions

Comparing version 5.0.4 to 5.1.0

types/index.d.ts

6

package.json
{
"name": "postcss-normalize-whitespace",
"version": "5.0.4",
"version": "5.1.0",
"description": "Trim whitespace inside and around CSS rules & declarations.",
"main": "src/index.js",
"types": "types/index.d.ts",
"files": [
"src",
"LICENSE-MIT"
"LICENSE-MIT",
"types"
],

@@ -10,0 +12,0 @@ "keywords": [

@@ -9,2 +9,6 @@ 'use strict';

/**
* @param {valueParser.Node} node
* @return {void}
*/
function reduceCalcWhitespaces(node) {

@@ -19,3 +23,6 @@ if (node.type === 'space') {

}
/**
* @param {valueParser.Node} node
* @return {void | false}
*/
function reduceWhitespaces(node) {

@@ -37,2 +44,6 @@ if (node.type === 'space') {

/**
* @type {import('postcss').PluginCreator<void>}
* @return {import('postcss').Plugin}
*/
function pluginCreator() {

@@ -39,0 +50,0 @@ return {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc