🚀 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
2
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.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# Changes to CSS Parser Algorithms
### 2.0.1 (January 28, 2023)
- Improve `types` declaration in `package.json`
### 2.0.0 (January 19, 2023)

@@ -2,0 +8,0 @@

3

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

@@ -29,2 +29,3 @@ {

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",

@@ -31,0 +32,0 @@ "require": "./dist/index.cjs",