Socket
Socket
Sign inDemoInstall

@types/css-tree

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

5

css-tree/index.d.ts

@@ -859,3 +859,8 @@ // Type definitions for css-tree 2.3

export class Lexer {
matchAtruleDescriptor(atruleName: string, descriptorName: string, value: CssNode | string): LexerMatchResult;
matchAtrulePrelude(atruleName: string, prelude: CssNode | string): LexerMatchResult;
matchDeclaration(node: CssNode): LexerMatchResult;
matchProperty(propertyName: string, value: CssNode | string): LexerMatchResult;
matchType(typeName: string, value: CssNode | string): LexerMatchResult;
match(syntax: DSNode | string, value: CssNode | string): LexerMatchResult;
}

@@ -862,0 +867,0 @@

4

css-tree/package.json
{
"name": "@types/css-tree",
"version": "2.3.0",
"version": "2.3.1",
"description": "TypeScript definitions for css-tree",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/css-tree",

"dependencies": {},
"typesPublisherContentHash": "d64cbfe4eddf0665710ef7cd890a7d229a7f57efa2514671914b58e63070e870",
"typesPublisherContentHash": "0e7c85009c737a65fc999422cee0b79cf38082125b3c57efa3dd2f64fb1db878",
"typeScriptVersion": "4.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 08 Feb 2023 09:02:34 GMT
* Last updated: Tue, 21 Feb 2023 01:32:40 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc