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

@types/stylelint

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/stylelint - npm Package Compare versions

Comparing version 7.9.0 to 7.9.1

8

stylelint/index.d.ts

@@ -6,2 +6,6 @@ // Type definitions for stylelint 7.9

export type FormatterType = "json" | "string" | "verbose";
export type SyntaxType = "scss" | "less" | "sugarss";
export interface LinterOptions {

@@ -15,7 +19,7 @@ code?: string;

files?: string | string[];
formatter?: "json" | "string" | "verbose";
formatter?: FormatterType;
ignoreDisables?: boolean;
reportNeedlessDisables?: boolean;
ignorePath?: boolean;
syntax?: "scss" | "less" | "sugarss";
syntax?: SyntaxType;
customSyntax?: string;

@@ -22,0 +26,0 @@ }

{
"name": "@types/stylelint",
"version": "7.9.0",
"version": "7.9.1",
"description": "TypeScript definitions for stylelint",

@@ -20,4 +20,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "521ce8a6d5299277d425df6d2aff0622924e6430da7d99f62a0475aa91ebe2ae",
"typesPublisherContentHash": "388a2e9a4d82ab882e8ed3e67b97287cb17d063da299afb6d8d6c7ead02836a1",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 10 Mar 2017 07:28:34 GMT
* Last updated: Mon, 27 Mar 2017 20:43:37 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