Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
0
Versions
3835
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 7.13.2-alpha.2 to 7.13.2-alpha.3

5

dist/parser.js

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.parseForESLint = exports.parse = void 0;
exports.parse = parse;
exports.parseForESLint = parseForESLint;
const scope_manager_1 = require("@typescript-eslint/scope-manager");

@@ -59,3 +60,2 @@ const typescript_estree_1 = require("@typescript-eslint/typescript-estree");

}
exports.parse = parse;
function parseForESLint(code, options) {

@@ -132,3 +132,2 @@ if (!options || typeof options !== 'object') {

}
exports.parseForESLint = parseForESLint;
//# sourceMappingURL=parser.js.map

10

package.json
{
"name": "@typescript-eslint/parser",
"version": "7.13.2-alpha.2",
"version": "7.13.2-alpha.3",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -55,6 +55,6 @@ "files": [

"dependencies": {
"@typescript-eslint/scope-manager": "7.13.2-alpha.2",
"@typescript-eslint/types": "7.13.2-alpha.2",
"@typescript-eslint/typescript-estree": "7.13.2-alpha.2",
"@typescript-eslint/visitor-keys": "7.13.2-alpha.2",
"@typescript-eslint/scope-manager": "7.13.2-alpha.3",
"@typescript-eslint/types": "7.13.2-alpha.3",
"@typescript-eslint/typescript-estree": "7.13.2-alpha.3",
"@typescript-eslint/visitor-keys": "7.13.2-alpha.3",
"debug": "^4.3.4"

@@ -61,0 +61,0 @@ },

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