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.1 to 5.12.2-alpha.2

3

dist/ast-utils/index.d.ts

@@ -0,4 +1,5 @@

export * from './eslint-utils';
export * from './helpers';
export * from './misc';
export * from './predicates';
export * from './eslint-utils';
//# sourceMappingURL=index.d.ts.map

@@ -13,5 +13,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./eslint-utils"), exports);
__exportStar(require("./helpers"), exports);
__exportStar(require("./misc"), exports);
__exportStar(require("./predicates"), exports);
__exportStar(require("./eslint-utils"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@typescript-eslint/utils",
"version": "5.12.2-alpha.1+0c63f26a",
"version": "5.12.2-alpha.2+f106e4b9",
"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.1+0c63f26a",
"@typescript-eslint/types": "5.12.2-alpha.1+0c63f26a",
"@typescript-eslint/typescript-estree": "5.12.2-alpha.1+0c63f26a",
"@typescript-eslint/scope-manager": "5.12.2-alpha.2+f106e4b9",
"@typescript-eslint/types": "5.12.2-alpha.2+f106e4b9",
"@typescript-eslint/typescript-estree": "5.12.2-alpha.2+f106e4b9",
"eslint-scope": "^5.1.1",

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

},
"gitHead": "0c63f26ad0b72517a59ad8608ccdaa4dbcde7659"
"gitHead": "f106e4b95e824ebb68141bce3d3207448d50c860"
}

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