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 9.10.1 to 13.13.0

6

stylelint/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for stylelint 9.10
// Type definitions for stylelint 13.13
// Project: https://github.com/stylelint/stylelint, https://stylelint.io

@@ -10,2 +10,3 @@ // Definitions by: Alan Agius <https://github.com/alan-agius4>

import { GlobbyOptions } from 'globby';
import * as postcss from 'postcss';

@@ -54,5 +55,8 @@

formatter: FormatterType;
globbyOptions: GlobbyOptions;
ignoreDisables: boolean;
ignorePath: string;
maxWarnings: number;
reportDescriptionlessDisables: boolean;
reportInvalidScopeDisables: boolean;
reportNeedlessDisables: boolean;

@@ -59,0 +63,0 @@ syntax: SyntaxType;

10

stylelint/package.json
{
"name": "@types/stylelint",
"version": "9.10.1",
"version": "13.13.0",
"description": "TypeScript definitions for stylelint",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylelint",
"license": "MIT",

@@ -29,3 +30,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -38,6 +39,7 @@ "type": "git",

"dependencies": {
"globby": "11.x.x",
"postcss": "7.x.x"
},
"typesPublisherContentHash": "152c8144ecf699b56c4835a0d3a1d42a6744213610501b2bc22109243ed9c0c1",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "1763c5f44e052512722d5d58d629f60165856f2ab86c94252ed40d32a8e244d6",
"typeScriptVersion": "3.6"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylelint
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylelint.
Additional Details
* Last updated: Mon, 29 Jul 2019 18:37:34 GMT
* Dependencies: @types/postcss
### Additional Details
* Last updated: Sun, 30 May 2021 14:01:16 GMT
* Dependencies: [@types/globby](https://npmjs.com/package/@types/globby), [@types/postcss](https://npmjs.com/package/@types/postcss)
* Global values: none
# Credits
These definitions were written by Alan Agius <https://github.com/alan-agius4>, Filips Alpe <https://github.com/filipsalpe>, James Garbutt <https://github.com/43081j>, and Bob Matcuk <https://github.com/bmatcuk>.
These definitions were written by [Alan Agius](https://github.com/alan-agius4), [Filips Alpe](https://github.com/filipsalpe), [James Garbutt](https://github.com/43081j), and [Bob Matcuk](https://github.com/bmatcuk).

Sorry, the diff of this file is not supported yet

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