Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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 6.1.5 to 6.1.6

2

eslint/index.d.ts

@@ -330,3 +330,3 @@ // Type definitions for eslint 6.1

fix?(fixer: RuleFixer): null | Fix | IterableIterator<Fix>;
fix?(fixer: RuleFixer): null | Fix | IterableIterator<Fix> | Fix[];
}

@@ -333,0 +333,0 @@

{
"name": "@types/eslint",
"version": "6.1.5",
"version": "6.1.6",
"description": "TypeScript definitions for eslint",

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

},
"typesPublisherContentHash": "adee12112a73d30125cf92eea3cb46b1bdc5ba74d164e37cbf460c8b5dac429b",
"typesPublisherContentHash": "0015997ca5397d675ed90eb571a1d89295a60cdd68c20aca97f638246dfaa543",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 22 Jan 2020 19:52:52 GMT
* Last updated: Thu, 23 Jan 2020 18:24:37 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

@@ -323,3 +323,3 @@ /// <reference path="helpers.d.ts" />

fix?(fixer: RuleFixer): null | Fix | IterableIterator<Fix>;
fix?(fixer: RuleFixer): null | Fix | IterableIterator<Fix> | Fix[];
}

@@ -326,0 +326,0 @@

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