Socket
Socket
Sign inDemoInstall

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
0
Versions
2136
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 8.0.0-alpha.33 to 8.0.0-alpha.34

2

dist/eslint-utils/deepMerge.d.ts

@@ -6,3 +6,3 @@ type ObjectLike<T = unknown> = Record<string, T>;

*/
declare function isObjectNotArray<T extends ObjectLike>(obj: unknown): obj is T;
declare function isObjectNotArray(obj: unknown): obj is ObjectLike;
/**

@@ -9,0 +9,0 @@ * Pure function - doesn't mutate either parameter!

{
"name": "@typescript-eslint/utils",
"version": "8.0.0-alpha.33",
"version": "8.0.0-alpha.34",
"description": "Utilities for working with TypeScript + ESLint together",

@@ -71,5 +71,5 @@ "files": [

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "8.0.0-alpha.33",
"@typescript-eslint/types": "8.0.0-alpha.33",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.33"
"@typescript-eslint/scope-manager": "8.0.0-alpha.34",
"@typescript-eslint/types": "8.0.0-alpha.34",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.34"
},

@@ -76,0 +76,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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