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.0 to 6.1.1

2

eslint/index.d.ts

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

interface ParserOptions {
ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 2015 | 2016 | 2017 | 2018;
ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020;
sourceType?: 'script' | 'module';

@@ -414,0 +414,0 @@ ecmaFeatures?: {

{
"name": "@types/eslint",
"version": "6.1.0",
"version": "6.1.1",
"description": "TypeScript definitions for eslint",

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

},
"typesPublisherContentHash": "f4fc837bbb8d54416d13347697854efd913649657d0a30dfc45d28bf7ef50e56",
"typesPublisherContentHash": "84dadff55d605143c5c648ac51805948d8fb4f1abbfef69afb53f71c0b4a73b4",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Tue, 20 Aug 2019 19:17:09 GMT
* Last updated: Fri, 23 Aug 2019 15:39:21 GMT
* Dependencies: @types/json-schema, @types/estree, @types/json-schema, @types/estree

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

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

interface ParserOptions {
ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 2015 | 2016 | 2017 | 2018;
ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020;
sourceType?: 'script' | 'module';

@@ -410,0 +410,0 @@ ecmaFeatures?: {

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