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

@types/clean-css

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/clean-css - npm Package Compare versions

Comparing version 4.2.10 to 4.2.11

10

clean-css/index.d.ts

@@ -46,3 +46,3 @@ /// <reference types="node" />

*/
inline?: ReadonlyArray<string> | false | undefined;
inline?: readonly string[] | false | undefined;

@@ -237,3 +237,3 @@ /**

*/
mergeablePseudoClasses?: ReadonlyArray<string> | undefined;
mergeablePseudoClasses?: readonly string[] | undefined;

@@ -243,3 +243,3 @@ /**

*/
mergeablePseudoElements: ReadonlyArray<string>;
mergeablePseudoElements: readonly string[];

@@ -601,3 +601,3 @@ /**

*/
skipProperties?: ReadonlyArray<string> | undefined;
skipProperties?: readonly string[] | undefined;
} | undefined;

@@ -635,3 +635,3 @@ }

*/
type Sources = string | ReadonlyArray<string> | Source | ReadonlyArray<Source> | Buffer;
type Sources = string | readonly string[] | Source | readonly Source[] | Buffer;

@@ -638,0 +638,0 @@ /**

{
"name": "@types/clean-css",
"version": "4.2.10",
"version": "4.2.11",
"description": "TypeScript definitions for clean-css",

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

},
"typesPublisherContentHash": "dd9c41a603738ad4405d61edc8b5004dffb2bcc44cd85313e67054b69e7bef8b",
"typesPublisherContentHash": "8a7064fa9c5ef75e59ab9107bd2804622fa6a377a9395b9f248b10ac227a3d6b",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [source-map](https://npmjs.com/package/source-map)

@@ -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