Socket
Socket
Sign inDemoInstall

@csstools/media-query-list-parser

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/media-query-list-parser - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

5

CHANGELOG.md
# Changes to Media Query List Parser
### 2.0.3 (April 10, 2023)
- Add support for `env()` functions as values in media queries.
- Improve the detection of math function as values in media queries.
### 2.0.2 (March 25, 2023)

@@ -4,0 +9,0 @@

1

dist/util/component-value-is.d.ts

@@ -5,1 +5,2 @@ import { ComponentValue } from '@csstools/css-parser-algorithms';

export declare function isIdent(componentValue: ComponentValue): boolean;
export declare function isEnvironmentVariable(componentValue: ComponentValue): boolean;

2

package.json
{
"name": "@csstools/media-query-list-parser",
"description": "Parse CSS media query lists.",
"version": "2.0.2",
"version": "2.0.3",
"contributors": [

@@ -6,0 +6,0 @@ {

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