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 1.0.4 to 1.0.5

10

css-tree/index.d.ts

@@ -208,4 +208,4 @@ // Type definitions for css-tree 1.0

export interface HexColor extends CssNodeCommon {
type: 'HexColor';
export interface Hash extends CssNodeCommon {
type: 'Hash';
value: string;

@@ -415,3 +415,3 @@ }

| FunctionNode
| HexColor
| Hash
| IdSelector

@@ -458,3 +458,3 @@ | Identifier

| FunctionNodePlain
| HexColor
| Hash
| IdSelector

@@ -565,3 +565,3 @@ | Identifier

| WalkOptionsVisit<FunctionNode>
| WalkOptionsVisit<HexColor>
| WalkOptionsVisit<Hash>
| WalkOptionsVisit<IdSelector>

@@ -568,0 +568,0 @@ | WalkOptionsVisit<Identifier>

{
"name": "@types/css-tree",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript definitions for css-tree",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "18466815efe0d82fb289b4a95881160fa3ae327f5261f49627426b6994140c53",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "f5de24e9b1343783863d379652f5e317c839ee6436668c5d3126085620fd5a71",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Wed, 18 Nov 2020 19:32:44 GMT
* Last updated: Wed, 20 Jan 2021 09:37: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