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 3.4.36 to 3.4.37

8

clean-css v3.4/index.d.ts

@@ -34,3 +34,3 @@ declare namespace CleanCSS {

// A list of @import rules, can be ['all'] (default), ['local'], ['remote'], or a blacklisted path e.g. ['!fonts.googleapis.com']
processImportFrom?: Array<string> | undefined;
processImportFrom?: string[] | undefined;

@@ -76,6 +76,6 @@ // Set to false to skip URL rebasing

// A list of errors raised
errors: Array<string>;
errors: string[];
// A list of warnings raised
warnings: Array<string>;
warnings: string[];

@@ -102,3 +102,3 @@ // A hash of statistic information (if requested with debug option)

minify(
sources: string | Array<string> | Object,
sources: string | string[] | Object,
callback?: (error: any, minified: CleanCSS.Output) => void,

@@ -105,0 +105,0 @@ ): CleanCSS.Output;

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

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

"dependencies": {},
"typesPublisherContentHash": "588350882e9f5301c3c913e176ef08657085a10afac8059be199ef8d6bb11bad",
"typesPublisherContentHash": "b99b6a17140e1ce3986990f4d8fb17c3f8c652251dd1b34236e1779a5a7d074c",
"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: none

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