Socket
Socket
Sign inDemoInstall

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
1
Versions
2102
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.15.1-alpha.1 to 5.15.1-alpha.2

24

dist/eslint-utils/RuleTester.js

@@ -53,13 +53,15 @@ "use strict";

// on linux (i.e. our CI env), there can be very a limited number of watch handles available
afterAll(() => {
try {
// instead of creating a hard dependency, just use a soft require
// a bit weird, but if they're using this tooling, it'll be installed
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
require(parser).clearCaches();
}
catch (_a) {
// ignored
}
});
if (typeof afterAll !== 'undefined') {
afterAll(() => {
try {
// instead of creating a hard dependency, just use a soft require
// a bit weird, but if they're using this tooling, it'll be installed
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
require(parser).clearCaches();
}
catch (_a) {
// ignored
}
});
}
}

@@ -66,0 +68,0 @@ getFilename(options) {

{
"name": "@typescript-eslint/utils",
"version": "5.15.1-alpha.1+dd49280e",
"version": "5.15.1-alpha.2+0fe0683e",
"description": "Utilities for working with TypeScript + ESLint together",

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

"@types/json-schema": "^7.0.9",
"@typescript-eslint/scope-manager": "5.15.1-alpha.1+dd49280e",
"@typescript-eslint/types": "5.15.1-alpha.1+dd49280e",
"@typescript-eslint/typescript-estree": "5.15.1-alpha.1+dd49280e",
"@typescript-eslint/scope-manager": "5.15.1-alpha.2+0fe0683e",
"@typescript-eslint/types": "5.15.1-alpha.2+0fe0683e",
"@typescript-eslint/typescript-estree": "5.15.1-alpha.2+0fe0683e",
"eslint-scope": "^5.1.1",

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

},
"gitHead": "dd49280e50cb2f5bd26dc07210551bc1fda120af"
"gitHead": "0fe0683effe4c7390806a72c6aa7795445a67929"
}

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