Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3811
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.5.1-alpha.8 to 1.5.1-alpha.10

1

dist/node-utils.js

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

[SyntaxKind.ImportKeyword]: 'import',
[SyntaxKind.ReadonlyKeyword]: 'readonly',
};

@@ -92,0 +93,0 @@ /**

2

dist/parser.js

@@ -17,3 +17,3 @@ "use strict";

*/
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.2.1 <3.4.0';
const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.2.1 <3.5.0';
const ACTIVE_TYPESCRIPT_VERSION = typescript_1.default.version;

@@ -20,0 +20,0 @@ const isRunningSupportedTypeScriptVersion = semver_1.default.satisfies(ACTIVE_TYPESCRIPT_VERSION, SUPPORTED_TYPESCRIPT_VERSIONS);

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.5.1-alpha.8+5d81f8c",
"version": "1.5.1-alpha.10+a4f95d3",
"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.5.1-alpha.8+5d81f8c"
"@typescript-eslint/shared-fixtures": "1.5.1-alpha.10+a4f95d3"
},
"gitHead": "5d81f8c88aea0413ab04a5040ad4fb99a2313b8b"
"gitHead": "a4f95d36ab6d799d7e48b7e984d1cf74a4641214"
}

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