Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@csstools/css-tokenizer

Package Overview
Dependencies
Maintainers
0
Versions
21
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 3.0.0 to 3.0.1

7

CHANGELOG.md
# Changes to CSS Tokenizer
### 3.0.0
### 3.0.1
_August 3, 2024_
_August 18, 2024_
- Updated: Support for Node v18+ (major).
- Improve performance.
- Updated the return type of `nextToken()` to indicate that it always returns a value.
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md)

@@ -394,3 +394,3 @@ /**

}): {
nextToken: () => CSSToken | undefined;
nextToken: () => CSSToken;
endOfFile: () => boolean;

@@ -397,0 +397,0 @@ };

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc