Socket
Socket
Sign inDemoInstall

@csstools/css-tokenizer

Package Overview
Dependencies
Maintainers
2
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.0.0 to 2.0.1

8

CHANGELOG.md

@@ -1,3 +0,9 @@

### 2.0.0
# Changes to CSS Tokenizer
### 2.0.1 (January 28, 2023)
- Improve `types` declaration in `package.json`
### 2.0.0 (January 19, 2023)
- Simplify `Reader` interface (breaking)

@@ -4,0 +10,0 @@ - Change the `ParseError` interface, this is now a subclass of `Error` (breaking)

3

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

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