Socket
Socket
Sign inDemoInstall

@types/eslint

Package Overview
Dependencies
2
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.16.1 to 4.16.2

5

eslint/index.d.ts

@@ -244,3 +244,6 @@ // Type definitions for eslint 4.16

interface RuleListener {
type NodeTypes = ESTree.Node['type'];
type NodeListener = { [T in NodeTypes]?: (node: ESTree.Node) => void };
interface RuleListener extends NodeListener {
onCodePathStart?(codePath: CodePath, node: ESTree.Node): void;

@@ -247,0 +250,0 @@

6

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

@@ -26,3 +26,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -34,4 +34,4 @@ "scripts": {},

},
"typesPublisherContentHash": "d1cfcc37afd2f22ec260034dfdd0305148f273aedcbc93e15bd24e5bb4451d28",
"typesPublisherContentHash": "f157cc0a3a4f91de8ac565804d622ffbfba4e204d809033674c8c7bf01325b53",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/eslint
Additional Details
* Last updated: Tue, 24 Apr 2018 23:31:17 GMT
* Last updated: Tue, 08 May 2018 16:41:34 GMT
* Dependencies: json-schema, estree

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc