Socket
Socket
Sign inDemoInstall

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
2
Versions
2103
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.4.1-alpha.3 to 8.4.1-alpha.4

2

dist/eslint-utils/applyDefault.js

@@ -14,3 +14,3 @@ "use strict";

// clone defaults
const options = JSON.parse(JSON.stringify(defaultOptions));
const options = structuredClone(defaultOptions);
if (userOptions == null) {

@@ -17,0 +17,0 @@ return options;

{
"name": "@typescript-eslint/utils",
"version": "8.4.1-alpha.3",
"version": "8.4.1-alpha.4",
"description": "Utilities for working with TypeScript + ESLint together",

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

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "8.4.1-alpha.3",
"@typescript-eslint/types": "8.4.1-alpha.3",
"@typescript-eslint/typescript-estree": "8.4.1-alpha.3"
"@typescript-eslint/scope-manager": "8.4.1-alpha.4",
"@typescript-eslint/types": "8.4.1-alpha.4",
"@typescript-eslint/typescript-estree": "8.4.1-alpha.4"
},

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

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