Socket
Socket
Sign inDemoInstall

postcss-reduce-initial

Package Overview
Dependencies
Maintainers
7
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-reduce-initial - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

10

package.json
{
"name": "postcss-reduce-initial",
"version": "6.0.1",
"version": "6.0.2",
"description": "Reduce initial definitions to the actual initial value, where possible.",

@@ -26,3 +26,3 @@ "main": "src/index.js",

"dependencies": {
"browserslist": "^4.21.4",
"browserslist": "^4.22.2",
"caniuse-api": "^3.0.0"

@@ -37,5 +37,5 @@ },

"devDependencies": {
"@types/caniuse-api": "^3.0.2",
"html-to-text": "^8.2.0",
"nanospy": "^0.5.0",
"@types/caniuse-api": "^3.0.6",
"html-to-text": "^9.0.5",
"nanospy": "^1.0.0",
"postcss": "^8.4.32"

@@ -42,0 +42,0 @@ },

@@ -14,2 +14,4 @@ {

"animation-name": "none",
"animation-range-end": "normal",
"animation-range-start": "normal",
"animation-timing-function": "ease",

@@ -87,2 +89,4 @@ "animation-timeline": "auto",

"contain-intrinsic-width": "none",
"container-name": "none",
"container-type": "normal",
"content": "normal",

@@ -106,2 +110,3 @@ "counter-increment": "none",

"font-optical-sizing": "auto",
"font-palette": "normal",
"font-variation-settings": "normal",

@@ -112,2 +117,6 @@ "font-size": "medium",

"font-style": "normal",
"font-synthesis-position": "none",
"font-synthesis-small-caps": "auto",
"font-synthesis-style": "auto",
"font-synthesis-weight": "auto",
"font-variant": "normal",

@@ -117,2 +126,3 @@ "font-variant-alternates": "normal",

"font-variant-east-asian": "normal",
"font-variant-emoji": "normal",
"font-variant-ligatures": "normal",

@@ -138,2 +148,3 @@ "font-variant-numeric": "normal",

"hyphenate-character": "auto",
"hyphenate-limit-chars": "auto",
"hyphens": "manual",

@@ -147,7 +158,4 @@ "image-rendering": "auto",

"input-security": "auto",
"inset": "auto",
"inset-block": "auto",
"inset-block-end": "auto",
"inset-block-start": "auto",
"inset-inline": "auto",
"inset-inline-end": "auto",

@@ -168,7 +176,5 @@ "inset-inline-start": "auto",

"list-style-type": "disc",
"margin-block": "0",
"margin-block-end": "0",
"margin-block-start": "0",
"margin-bottom": "0",
"margin-inline": "0",
"margin-inline-end": "0",

@@ -221,2 +227,3 @@ "margin-inline-start": "0",

"overflow-wrap": "normal",
"overlay": "none",
"overscroll-behavior": "auto",

@@ -227,7 +234,5 @@ "overscroll-behavior-block": "auto",

"overscroll-behavior-y": "auto",
"padding-block": "0",
"padding-block-end": "0",
"padding-block-start": "0",
"padding-bottom": "0",
"padding-inline": "0",
"padding-inline-end": "0",

@@ -238,2 +243,3 @@ "padding-inline-start": "0",

"padding-top": "0",
"page": "auto",
"page-break-after": "auto",

@@ -244,3 +250,2 @@ "page-break-before": "auto",

"perspective": "none",
"place-content": "normal",
"pointer-events": "auto",

@@ -257,8 +262,5 @@ "position": "static",

"scroll-behavior": "auto",
"scroll-margin": "0",
"scroll-margin-block": "0",
"scroll-margin-block-start": "0",
"scroll-margin-block-end": "0",
"scroll-margin-bottom": "0",
"scroll-margin-inline": "0",
"scroll-margin-inline-start": "0",

@@ -269,8 +271,5 @@ "scroll-margin-inline-end": "0",

"scroll-margin-top": "0",
"scroll-padding": "auto",
"scroll-padding-block": "auto",
"scroll-padding-block-start": "auto",
"scroll-padding-block-end": "auto",
"scroll-padding-bottom": "auto",
"scroll-padding-inline": "auto",
"scroll-padding-inline-start": "auto",

@@ -312,2 +311,4 @@ "scroll-padding-inline-end": "auto",

"text-underline-position": "auto",
"text-wrap": "wrap",
"timeline-scope": "none",
"top": "auto",

@@ -317,2 +318,3 @@ "touch-action": "auto",

"transform-style": "flat",
"transition-behavior": "normal",
"transition-delay": "0s",

@@ -325,3 +327,8 @@ "transition-duration": "0s",

"user-select": "auto",
"view-timeline-axis": "block",
"view-timeline-inset": "auto",
"view-timeline-name": "none",
"view-transition-name": "none",
"white-space": "normal",
"white-space-trim": "none",
"widows": "2",

@@ -328,0 +335,0 @@ "width": "auto",

@@ -20,3 +20,3 @@ {

"column-rule-color": "currentcolor",
"font-synthesis": "weight style",
"font-synthesis": "weight style small-caps position",
"image-orientation": "from-image",

@@ -36,3 +36,4 @@ "mask-clip": "border-box",

"vertical-align": "baseline",
"white-space-collapse": "collapse",
"writing-mode": "horizontal-tb"
}
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