Socket
Socket
Sign inDemoInstall

@typescript-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3773
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.6.1-alpha.2 to 1.6.1-alpha.3

4

dist/rules/no-object-literal-type-assertion.js

@@ -52,2 +52,6 @@ "use strict";

return false;
case typescript_estree_1.AST_NODE_TYPES.TSTypeReference:
// Ignore `as const` and `<const>` (#166)
return (node.typeName.type === typescript_estree_1.AST_NODE_TYPES.Identifier &&
node.typeName.name !== 'const');
default:

@@ -54,0 +58,0 @@ return true;

8

package.json
{
"name": "@typescript-eslint/eslint-plugin",
"version": "1.6.1-alpha.2+6f77ba6",
"version": "1.6.1-alpha.3+2521b85",
"description": "TypeScript plugin for ESLint",

@@ -38,4 +38,4 @@ "keywords": [

"dependencies": {
"@typescript-eslint/parser": "1.6.1-alpha.2+6f77ba6",
"@typescript-eslint/typescript-estree": "1.6.1-alpha.2+6f77ba6",
"@typescript-eslint/parser": "1.6.1-alpha.3+2521b85",
"@typescript-eslint/typescript-estree": "1.6.1-alpha.3+2521b85",
"requireindex": "^1.2.0",

@@ -51,3 +51,3 @@ "tsutils": "^3.7.0"

},
"gitHead": "6f77ba611354c49252bc16768e55324fb00b0ac6"
"gitHead": "2521b857ae9262a65d736be2f2238e903cc1d862"
}

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