Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3860
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/typescript-estree - npm Package Compare versions

Comparing version 1.4.3-alpha.5 to 1.4.3-alpha.6

4

dist/tsconfig-parser.js

@@ -27,2 +27,3 @@ "use strict";

const watchCallbackTrackingMap = new Map();
const parsedFilesSeen = new Set();
/**

@@ -60,3 +61,3 @@ * Holds information about the file currently being linted

const watchCallback = watchCallbackTrackingMap.get(filePath);
if (typeof watchCallback !== 'undefined') {
if (parsedFilesSeen.has(filePath) && typeof watchCallback !== 'undefined') {
watchCallback(filePath, typescript_1.default.FileWatcherEventKind.Changed);

@@ -127,2 +128,3 @@ }

}
parsedFilesSeen.add(filePath);
return results;

@@ -129,0 +131,0 @@ }

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.4.3-alpha.5+3b28cac",
"version": "1.4.3-alpha.6+0ef07c4",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -47,5 +47,5 @@ "main": "dist/parser.js",

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.4.3-alpha.5+3b28cac"
"@typescript-eslint/shared-fixtures": "1.4.3-alpha.6+0ef07c4"
},
"gitHead": "3b28cacd49a1bc61ba0c3f8f76096f6902b92848"
"gitHead": "0ef07c4075049018e93592931439757ccc4cf0d0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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