Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3812
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.7.1-alpha.22 to 1.7.1-alpha.23

4

dist/tsconfig-parser.js

@@ -72,3 +72,5 @@ "use strict";

// get new program (updated if necessary)
results.push(existingWatch.getProgram().getProgram());
const updatedProgram = existingWatch.getProgram().getProgram();
updatedProgram.getTypeChecker(); // sets parent pointers in source files
results.push(updatedProgram);
continue;

@@ -75,0 +77,0 @@ }

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.7.1-alpha.22+d52a683",
"version": "1.7.1-alpha.23+665278f",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

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

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.22+d52a683"
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.23+665278f"
},
"gitHead": "d52a6839d3e9af3952882d9b4ac9de5b12fdaf16"
"gitHead": "665278f2e66fffdc0e669a7fd94c749d1be29528"
}

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