Socket
Socket
Sign inDemoInstall

@types/uglifycss

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/uglifycss - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

13

uglifycss/index.d.ts

@@ -7,11 +7,8 @@ // Type definitions for UglifyCSS v0.0.20

declare module "uglifycss" {
namespace UglifyCSS {
interface UglifyCSSOptions {
/**
* Adds a newline (approx.) every n characters; 0 means no newline and is the default value
*/
maxLineLen?: number | undefined
maxLineLen?: number | undefined;

@@ -21,3 +18,3 @@ /**

*/
expandVars?: boolean | undefined
expandVars?: boolean | undefined;

@@ -27,3 +24,3 @@ /**

*/
uglyComments?: boolean | undefined
uglyComments?: boolean | undefined;

@@ -33,3 +30,3 @@ /**

*/
cuteComments?: boolean | undefined
cuteComments?: boolean | undefined;
}

@@ -46,7 +43,5 @@

function processFiles(filenames: Array<string>, options?: UglifyCSSOptions): string;
}
export = UglifyCSS;
}
{
"name": "@types/uglifycss",
"version": "0.0.7",
"version": "0.0.8",
"description": "TypeScript definitions for UglifyCSS",

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

"dependencies": {},
"typesPublisherContentHash": "53b4648d8ca93d438bf1f928df65678708c0c60420219cfdfa9027a70bce3009",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "0460dcc7cc3ceae35aea03d7df946c014dc1bd5bb527fda7d2a8781acaafae6d",
"typeScriptVersion": "4.3"
}

@@ -17,11 +17,8 @@ # Installation

declare module "uglifycss" {
namespace UglifyCSS {
interface UglifyCSSOptions {
/**
* Adds a newline (approx.) every n characters; 0 means no newline and is the default value
*/
maxLineLen?: number | undefined
maxLineLen?: number | undefined;

@@ -31,3 +28,3 @@ /**

*/
expandVars?: boolean | undefined
expandVars?: boolean | undefined;

@@ -37,3 +34,3 @@ /**

*/
uglyComments?: boolean | undefined
uglyComments?: boolean | undefined;

@@ -43,3 +40,3 @@ /**

*/
cuteComments?: boolean | undefined
cuteComments?: boolean | undefined;
}

@@ -56,7 +53,5 @@

function processFiles(filenames: Array<string>, options?: UglifyCSSOptions): string;
}
export = UglifyCSS;
}

@@ -67,3 +62,3 @@

### Additional Details
* Last updated: Fri, 02 Jul 2021 18:04:46 GMT
* Last updated: Wed, 30 Aug 2023 19:35:28 GMT
* Dependencies: none

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