Socket
Socket
Sign inDemoInstall

@typescript-eslint/type-utils

Package Overview
Dependencies
4
Maintainers
1
Versions
1929
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.9.2-alpha.23 to 5.9.2-alpha.24

3

dist/isTypeReadonly.js

@@ -149,3 +149,4 @@ "use strict";

const result = (0, tsutils_1.unionTypeParts)(type).every(t => seenTypes.has(t) ||
isTypeReadonlyRecurser(checker, t, options, seenTypes));
isTypeReadonlyRecurser(checker, t, options, seenTypes) ===
3 /* Readonly */);
const readonlyness = result ? 3 /* Readonly */ : 2 /* Mutable */;

@@ -152,0 +153,0 @@ return readonlyness;

{
"name": "@typescript-eslint/type-utils",
"version": "5.9.2-alpha.23+ef3147cf",
"version": "5.9.2-alpha.24+99ab193b",
"description": "Type utilities for working with TypeScript + ESLint together",

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"@typescript-eslint/utils": "5.9.2-alpha.23+ef3147cf",
"@typescript-eslint/utils": "5.9.2-alpha.24+99ab193b",
"debug": "^4.3.2",

@@ -48,3 +48,3 @@ "tsutils": "^3.21.0"

"devDependencies": {
"@typescript-eslint/parser": "5.9.2-alpha.23+ef3147cf",
"@typescript-eslint/parser": "5.9.2-alpha.24+99ab193b",
"typescript": "*"

@@ -71,3 +71,3 @@ },

},
"gitHead": "ef3147cf73767ddece91ce57f6028a83ce074b60"
"gitHead": "99ab193bb02f181bed4ed917b1d121ed189d3fe4"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc