Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typescript-eslint-parser

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-eslint-parser - npm Package Compare versions

Comparing version 21.0.0 to 21.0.1

9

analyze-scope.js

@@ -388,2 +388,11 @@ "use strict";

/**
* Create reference objects for the object part. (This is `obj.prop`)
* @param {TSTypeQuery} node The TSTypeQuery node to visit.
* @returns {void}
*/
TSQualifiedName(node) {
this.visit(node.left);
}
/**
* Create reference objects for the references in computed keys.

@@ -390,0 +399,0 @@ * @param {TSPropertySignature} node The TSPropertySignature node to visit.

@@ -0,1 +1,6 @@

v21.0.1 - November 15, 2018
* [`3715584`](https://github.com/eslint/typescript-eslint-parser/commit/3715584404de566c9b6db975328122e819993768) Fix: wrong reference on TSQualifiedName (fixes #550) (#551) (Toru Nagashima)
* [`15b32d0`](https://github.com/eslint/typescript-eslint-parser/commit/15b32d0c9430111cdcdc7d187dfdc00b049bf3fb) Upgrade: eslint-release v1.2.0 (#549) (Kai Cataldo)
v21.0.0 - November 13, 2018

@@ -2,0 +7,0 @@

4

package.json

@@ -7,3 +7,3 @@ {

"main": "parser.js",
"version": "21.0.0",
"version": "21.0.1",
"files": [

@@ -57,3 +57,3 @@ "parser.js",

"eslint-plugin-node": "6.0.1",
"eslint-release": "1.1.0",
"eslint-release": "1.2.0",
"jest": "23.1.0",

@@ -60,0 +60,0 @@ "npm-license": "0.3.3",

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