🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@csstools/css-parser-algorithms

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/css-parser-algorithms - npm Package Compare versions

Comparing version

to
2.3.1

6

CHANGELOG.md
# Changes to CSS Parser Algorithms
### 2.3.1
_July 24, 2023_
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#220) (minor)
### 2.3.0

@@ -4,0 +10,0 @@

4

package.json
{
"name": "@csstools/css-parser-algorithms",
"description": "Algorithms to help you parse CSS from an array of tokens.",
"version": "2.3.0",
"version": "2.3.1",
"contributors": [

@@ -48,3 +48,3 @@ {

"peerDependencies": {
"@csstools/css-tokenizer": "^2.1.1"
"@csstools/css-tokenizer": "^2.2.0"
},

@@ -51,0 +51,0 @@ "scripts": {