Socket
Socket
Sign inDemoInstall

@types/css-tree

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/css-tree - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

16

css-tree/index.d.ts

@@ -520,10 +520,10 @@ // Type definitions for css-tree 1.0

root: CssNode;
stylesheet: StyleSheet;
atrule: Atrule;
atrulePrelude: AtrulePrelude;
rule: Rule;
selector: SelectorList;
block: Block;
declaration: Declaration;
function: FunctionNode | PseudoClassSelector | PseudoElementSelector;
stylesheet: StyleSheet | null;
atrule: Atrule | null;
atrulePrelude: AtrulePrelude | null;
rule: Rule | null;
selector: SelectorList | null;
block: Block | null;
declaration: Declaration | null;
function: FunctionNode | PseudoClassSelector | PseudoElementSelector | null;
}

@@ -530,0 +530,0 @@

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

@@ -17,8 +17,9 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/css-tree"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "2ec3c445bd3768a2b95086c8dc8255375a64825460d4e123ec3b0c8835d6d14f",
"typesPublisherContentHash": "c06aef8f7c92188469dc6548c8564faf76d7ac1f9c4059bf5c08aa764dc93ef9",
"typeScriptVersion": "2.7"
}

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

Additional Details
* Last updated: Fri, 16 Nov 2018 21:31:41 GMT
* Last updated: Mon, 29 Jul 2019 17:46:08 GMT
* Dependencies: none

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

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