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.33 to 3.4.34

6

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

@@ -6,3 +6,2 @@ // Type definitions for clean-css v3.4.9

declare namespace CleanCSS {

@@ -106,5 +105,8 @@ interface Options {

constructor(options?: CleanCSS.Options);
minify(sources: string | Array<string> | Object, callback?: (error: any, minified: CleanCSS.Output) => void): CleanCSS.Output;
minify(
sources: string | Array<string> | Object,
callback?: (error: any, minified: CleanCSS.Output) => void,
): CleanCSS.Output;
}
export = CleanCSS;
{
"name": "@types/clean-css",
"version": "3.4.33",
"version": "3.4.34",
"description": "TypeScript definitions for clean-css",

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

"dependencies": {},
"typesPublisherContentHash": "01ad4fb608497bbdf50ba8aa8b7c88e3ae13d2a2ff19f306aeacff6c130be4ea",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "71f084522e944dae9f95fb363f13f828494ccdbbb5206c0ac77c1da63ebed517",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:52 GMT
* Last updated: Mon, 04 Sep 2023 15:40:51 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