New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 4.2.3

4

clean-css/index.d.ts

@@ -11,2 +11,4 @@ // Type definitions for clean-css 4.2

import { SourceMapGenerator } from "source-map";
/**

@@ -96,3 +98,3 @@ * Shared options passed when initializing a new instance of CleanCSS that returns either a promise or output

*/
sourceMap: string;
sourceMap: SourceMapGenerator;

@@ -99,0 +101,0 @@ /**

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

@@ -27,6 +27,7 @@ "license": "MIT",

"dependencies": {
"@types/node": "*"
"@types/node": "*",
"source-map": "^0.6.0"
},
"typesPublisherContentHash": "ccf5f3d7f6764c9af42403ea7da9e1a51de33355def1fa4d6ccc327637bd5756",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "1100464c30d79ee6071840852e5a8fa3b40265f663c9bae33ffb16692fd4c7a5",
"typeScriptVersion": "3.3"
}

@@ -11,4 +11,4 @@ # Installation

### Additional Details
* Last updated: Fri, 12 Jun 2020 18:35:25 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Last updated: Wed, 09 Dec 2020 23:42:33 GMT
* Dependencies: [@types/source-map](https://npmjs.com/package/@types/source-map), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none

@@ -15,0 +15,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