Socket
Socket
Sign inDemoInstall

@csstools/css-tokenizer

Package Overview
Dependencies
Maintainers
0
Versions
19
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 2.4.0 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc