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 6.1.4 to 6.1.5

8

eslint/index.d.ts

@@ -541,2 +541,8 @@ // Type definitions for eslint 6.1

interface LintResultData {
rulesMeta: {
[ruleId: string]: Rule.RuleMetaData;
};
}
interface LintReport {

@@ -556,3 +562,3 @@ results: LintResult[];

type Formatter = (results: LintResult[]) => string;
type Formatter = (results: LintResult[], data?: LintResultData) => string;
}

@@ -559,0 +565,0 @@

4

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

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

},
"typesPublisherContentHash": "8a7cae7fa959a8f57a280912d9b7829059a91b90cb6b304f6c8b13d351afe029",
"typesPublisherContentHash": "adee12112a73d30125cf92eea3cb46b1bdc5ba74d164e37cbf460c8b5dac429b",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 22 Jan 2020 00:51:32 GMT
* Last updated: Wed, 22 Jan 2020 19:52:52 GMT
* Dependencies: [@types/json-schema](https://npmjs.com/package/@types/json-schema), [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema), [@types/estree](https://npmjs.com/package/@types/estree)

@@ -14,0 +14,0 @@ * Global values: none

@@ -537,2 +537,8 @@ /// <reference path="helpers.d.ts" />

interface LintResultData {
rulesMeta: {
[ruleId: string]: Rule.RuleMetaData;
};
}
interface LintReport {

@@ -546,3 +552,3 @@ results: LintResult[];

type Formatter = (results: LintResult[]) => string;
type Formatter = (results: LintResult[], data?: LintResultData) => string;
}

@@ -549,0 +555,0 @@

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