Socket
Socket
Sign inDemoInstall

postcss-custom-properties

Package Overview
Dependencies
Maintainers
4
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-custom-properties - npm Package Compare versions

Comparing version 12.1.10 to 12.1.11

4

CHANGELOG.md
# Changes to PostCSS Custom Properties
### 12.1.11 (December 1, 2022)
- Improve plugin performance
### 12.1.10 (October 20, 2022)

@@ -4,0 +8,0 @@

7

dist/lib/is-ignored.d.ts

@@ -1,3 +0,4 @@

declare function isBlockIgnored(ruleOrDeclaration: any): boolean;
declare function isRuleIgnored(rule: any): boolean;
export { isBlockIgnored, isRuleIgnored, };
import type { Container, Declaration } from 'postcss';
declare function isBlockIgnored(container: Container): any;
declare function isDeclarationIgnored(decl: Declaration): boolean;
export { isBlockIgnored, isDeclarationIgnored, };
{
"name": "postcss-custom-properties",
"description": "Use Custom Properties Queries in CSS",
"version": "12.1.10",
"version": "12.1.11",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",

@@ -6,0 +6,0 @@ "contributors": [

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc