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

@csstools/css-tokenizer

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/css-tokenizer - npm Package Compare versions

Comparing version

to
2.4.1

12

CHANGELOG.md
# Changes to CSS Tokenizer
### 2.4.1
_July 5, 2024_
- Remove `astNode` that was erroneously added to the `ParseError` base class.
### 2.4.0

@@ -16,8 +22,2 @@

### 2.3.2
_June 29, 2024_
- Optimize `cloneTokens`
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md)

@@ -215,4 +215,2 @@ /**

parserState: Array<string>;
/** The associated AST node. */
astNode?: unknown;
constructor(message: string, sourceStart: number, sourceEnd: number, parserState: Array<string>);

@@ -219,0 +217,0 @@ }

{
"name": "@csstools/css-tokenizer",
"description": "Tokenize CSS",
"version": "2.4.0",
"version": "2.4.1",
"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