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

@types/cssbeautify

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cssbeautify - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

28

cssbeautify/index.d.ts

@@ -7,17 +7,17 @@ // Type definitions for CSS Beautify v0.3.1

interface Options {
/**
* A string used for the indentation of the declaration (default is 4
* spaces).
*/
indent?: string | undefined;
/**
* Defines the placement of open curly brace, either end-of-line (default)
* or separate-line
*/
openbrace?: 'end-of-line'|'separate-line' | undefined;
/**
* A string used for the indentation of the declaration (default is 4
* spaces).
*/
indent?: string | undefined;
/**
* Defines the placement of open curly brace, either end-of-line (default)
* or separate-line
*/
openbrace?: "end-of-line" | "separate-line" | undefined;
/**
* Always inserts a semicolon after the last ruleset(default is false)
*/
autosemicolon?: boolean | undefined;
/**
* Always inserts a semicolon after the last ruleset(default is false)
*/
autosemicolon?: boolean | undefined;
}

@@ -24,0 +24,0 @@ declare function beautify(cssText: string, options?: Options): string;

{
"name": "@types/cssbeautify",
"version": "0.3.2",
"version": "0.3.3",
"description": "TypeScript definitions for CSS Beautify",

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

"dependencies": {},
"typesPublisherContentHash": "6696fb47d267c124e5ada3d6f9b44888e803b74759077a4fb2a9f9e78199fbf4",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "eab78b73247d9c0ecc567f47108f8a806dda4a07accda696b5013d1d113adbbf",
"typeScriptVersion": "4.3"
}

@@ -17,17 +17,17 @@ # Installation

interface Options {
/**
* A string used for the indentation of the declaration (default is 4
* spaces).
*/
indent?: string | undefined;
/**
* Defines the placement of open curly brace, either end-of-line (default)
* or separate-line
*/
openbrace?: 'end-of-line'|'separate-line' | undefined;
/**
* A string used for the indentation of the declaration (default is 4
* spaces).
*/
indent?: string | undefined;
/**
* Defines the placement of open curly brace, either end-of-line (default)
* or separate-line
*/
openbrace?: "end-of-line" | "separate-line" | undefined;
/**
* Always inserts a semicolon after the last ruleset(default is false)
*/
autosemicolon?: boolean | undefined;
/**
* Always inserts a semicolon after the last ruleset(default is false)
*/
autosemicolon?: boolean | undefined;
}

@@ -41,3 +41,3 @@ declare function beautify(cssText: string, options?: Options): string;

### Additional Details
* Last updated: Thu, 08 Jul 2021 09:08:24 GMT
* Last updated: Mon, 04 Sep 2023 15:41:30 GMT
* Dependencies: none

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