Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/csso

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/csso - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

4

csso/index.d.ts

@@ -24,2 +24,6 @@ import * as csstree from "css-tree";

compress(ast: csstree.CssNode, options?: CompressOptions): { ast: csstree.CssNode };
// §16. Calculating a selector’s specificity
// https://www.w3.org/TR/selectors-4/#specificity-rules
specificity(simpleSelector: csstree.CssNode): [a: number, b: number, c: number];
};

@@ -26,0 +30,0 @@

6

csso/package.json
{
"name": "@types/csso",
"version": "5.0.3",
"version": "5.0.4",
"description": "TypeScript definitions for csso",

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

},
"typesPublisherContentHash": "5d21eb23fda2a65b73e3665fcd8733e873826a5ec7fd54d120e95dd6ecb825cb",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "75abb33b10c2a207d612eca1dbe6430a5bbcf68cbd7219de44ce6108d3d1025e",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Wed, 27 Dec 2023 12:08:59 GMT
* Dependencies: [@types/css-tree](https://npmjs.com/package/@types/css-tree)

@@ -14,0 +14,0 @@

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