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.11.3 to 7.11.4

4

stylelint v7.11/index.d.ts

@@ -6,5 +6,5 @@ // Type definitions for stylelint 7.11

export type FormatterType = "json" | "string" | "verbose";
export type FormatterType = 'json' | 'string' | 'verbose';
export type SyntaxType = "scss" | "sass" | "less" | "sugarss";
export type SyntaxType = 'scss' | 'sass' | 'less' | 'sugarss';

@@ -11,0 +11,0 @@ export interface LinterOptions {

{
"name": "@types/stylelint",
"version": "7.11.3",
"version": "7.11.4",
"description": "TypeScript definitions for stylelint",

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

"dependencies": {},
"typesPublisherContentHash": "c3f56a296b23489613ff4fc0639d38871cdf95847e891b07d85981c1ed57702f",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "2edb9240709c347e4fb5bba83d181ed1a911609bb3cd5766f92efb806751f3d9",
"typeScriptVersion": "3.7"
}

@@ -16,5 +16,5 @@ # Installation

export type FormatterType = "json" | "string" | "verbose";
export type FormatterType = 'json' | 'string' | 'verbose';
export type SyntaxType = "scss" | "sass" | "less" | "sugarss";
export type SyntaxType = 'scss' | 'sass' | 'less' | 'sugarss';

@@ -67,3 +67,3 @@ export interface LinterOptions {

### Additional Details
* Last updated: Fri, 02 Jul 2021 22:33:07 GMT
* Last updated: Fri, 15 Oct 2021 17:31:19 GMT
* Dependencies: none

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