Socket
Socket
Sign inDemoInstall

@csstools/css-tokenizer

Package Overview
Dependencies
Maintainers
3
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.2.0 to 2.2.1

6

CHANGELOG.md
# Changes to CSS Tokenizer
### 2.2.1
_September 24, 2023_
- Small performance improvements
### 2.2.0

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

3

dist/checks/four-code-points-would-start-cdo.d.ts
import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
export declare function checkIfFourCodePointsWouldStartCDO(ctx: Context, reader: CodePointReader): boolean;
export declare function checkIfFourCodePointsWouldStartCDO(reader: CodePointReader): boolean;

@@ -1,2 +0,1 @@

import { Context } from '../interfaces/context';
export declare function checkIfCodePointsMatchURLIdent(ctx: Context, codePoints: Array<number>): boolean;
export declare function checkIfCodePointsMatchURLIdent(codePoints: Array<number>): boolean;
import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
export declare function checkIfThreeCodePointsWouldStartCDC(ctx: Context, reader: CodePointReader): boolean;
export declare function checkIfThreeCodePointsWouldStartCDC(reader: CodePointReader): boolean;
import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
export declare function checkIfThreeCodePointsWouldStartANumber(ctx: Context, reader: CodePointReader): boolean;
export declare function checkIfThreeCodePointsWouldStartANumber(reader: CodePointReader): boolean;
import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
export declare function checkIfThreeCodePointsWouldStartAUnicodeRange(ctx: Context, reader: CodePointReader): boolean;
export declare function checkIfThreeCodePointsWouldStartAUnicodeRange(reader: CodePointReader): boolean;
import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
export declare function checkIfTwoCodePointsAreAValidEscape(ctx: Context, reader: CodePointReader): boolean;
export declare function checkIfTwoCodePointsAreAValidEscape(reader: CodePointReader): boolean;
import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
export declare function checkIfTwoCodePointsStartAComment(ctx: Context, reader: CodePointReader): boolean;
export declare function checkIfTwoCodePointsStartAComment(reader: CodePointReader): boolean;
import { CodePointReader } from '../interfaces/code-point-reader';
import { Context } from '../interfaces/context';
import { TokenWhitespace } from '../interfaces/token';
export declare function consumeWhiteSpace(ctx: Context, reader: CodePointReader): TokenWhitespace;
export declare function consumeWhiteSpace(reader: CodePointReader): TokenWhitespace;
{
"name": "@csstools/css-tokenizer",
"description": "Tokenize CSS",
"version": "2.2.0",
"version": "2.2.1",
"contributors": [

@@ -49,3 +49,3 @@ {

"@rmenke/css-tokenizer-tests": "^1.1.1",
"postcss-parser-tests": "^8.6.0"
"postcss-parser-tests": "^8.8.0"
},

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

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