Socket
Socket
Sign inDemoInstall

@types/eslint

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/eslint - npm Package Compare versions

Comparing version 4.16.6 to 4.16.7

16

eslint/index.d.ts

@@ -382,7 +382,14 @@ // Type definitions for eslint 4.16

}
interface Config {
interface HasRules {
rules?: {
[name: string]: RuleLevel | RuleLevelAndOptions
};
}
interface RuleOverride extends HasRules {
excludedFiles?: string[];
files?: string[];
}
interface Config extends HasRules {
parser?: string;

@@ -393,2 +400,7 @@ parserOptions?: ParserOptions;

globals?: { [name: string]: boolean };
extends?: string | string[];
overrides?: RuleOverride[];
processor?: string;
plugins?: string[];
root?: boolean;
}

@@ -395,0 +407,0 @@

7

eslint/package.json
{
"name": "@types/eslint",
"version": "4.16.6",
"version": "4.16.7",
"description": "TypeScript definitions for eslint",

@@ -27,3 +27,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/eslint"
},

@@ -35,4 +36,4 @@ "scripts": {},

},
"typesPublisherContentHash": "4fc11d5ef10a3c1da42fe67b10ba449a64b7d609a799cc9cc7f3f682dcab1c1c",
"typesPublisherContentHash": "b733f11c4cfa021af6dbeb0cc71cf2d80229d80bc8f3a7648627fd7e76a997c9",
"typeScriptVersion": "2.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for eslint ( https://eslint.org ).
This package contains type definitions for eslint (https://eslint.org).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Mon, 28 Jan 2019 20:34:09 GMT
* Last updated: Thu, 08 Aug 2019 22:50:34 GMT
* Dependencies: @types/json-schema, @types/estree

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Pierre-Marie Dartus <https://github.com/pmdartus>, Jed Fox <https://github.com/j-f1>, Saad Quadri <https://github.com/saadq>.
These definitions were written by Pierre-Marie Dartus <https://github.com/pmdartus>, Jed Fox <https://github.com/j-f1>, and Saad Quadri <https://github.com/saadq>.
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