Socket
Socket
Sign inDemoInstall

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
1
Versions
2179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/utils - npm Package Compare versions

Comparing version 5.12.2-alpha.5 to 5.12.2-alpha.6

2

dist/ast-utils/misc.d.ts

@@ -6,4 +6,4 @@ import { TSESTree } from '../ts-estree';

*/
declare function isTokenOnSameLine(left: TSESTree.Token, right: TSESTree.Token): boolean;
declare function isTokenOnSameLine(left: TSESTree.Node | TSESTree.Token, right: TSESTree.Node | TSESTree.Token): boolean;
export { isTokenOnSameLine, LINEBREAK_MATCHER };
//# sourceMappingURL=misc.d.ts.map
{
"name": "@typescript-eslint/utils",
"version": "5.12.2-alpha.5+66501d6d",
"version": "5.12.2-alpha.6+208b6d02",
"description": "Utilities for working with TypeScript + ESLint together",

@@ -43,5 +43,5 @@ "keywords": [

"@types/json-schema": "^7.0.9",
"@typescript-eslint/scope-manager": "5.12.2-alpha.5+66501d6d",
"@typescript-eslint/types": "5.12.2-alpha.5+66501d6d",
"@typescript-eslint/typescript-estree": "5.12.2-alpha.5+66501d6d",
"@typescript-eslint/scope-manager": "5.12.2-alpha.6+208b6d02",
"@typescript-eslint/types": "5.12.2-alpha.6+208b6d02",
"@typescript-eslint/typescript-estree": "5.12.2-alpha.6+208b6d02",
"eslint-scope": "^5.1.1",

@@ -67,3 +67,3 @@ "eslint-utils": "^3.0.0"

},
"gitHead": "66501d6dd7e97c22c671efaa6d1ba8237907e417"
"gitHead": "208b6d02252dff2bf272329d3e4a4a82e56c52c0"
}

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