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.7 to 4.16.8

5

eslint/index.d.ts

@@ -295,2 +295,3 @@ // Type definitions for eslint 4.16

deprecated?: boolean;
type?: 'problem' | 'suggestion' | 'layout';
}

@@ -323,3 +324,5 @@

type ReportDescriptorMessage = { message: string } | { messageId: string };
type ReportDescriptorLocation = { node: ESTree.Node } | { loc: AST.SourceLocation | { line: number, column: number } };
type ReportDescriptorLocation =
| { node: ESTree.Node }
| { loc: AST.SourceLocation | { line: number; column: number } };
interface ReportDescriptorOptions {

@@ -326,0 +329,0 @@ data?: { [key: string]: string };

4

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

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

},
"typesPublisherContentHash": "b733f11c4cfa021af6dbeb0cc71cf2d80229d80bc8f3a7648627fd7e76a997c9",
"typesPublisherContentHash": "4796167e2c4c8145986e81b5959b7acd5118e9f4948b288b9fe3950c49b0c326",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 08 Aug 2019 22:50:34 GMT
* Last updated: Fri, 09 Aug 2019 15:29:37 GMT
* Dependencies: @types/json-schema, @types/estree

@@ -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