Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@angular-eslint/builder

Package Overview
Dependencies
Maintainers
1
Versions
777
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-eslint/builder - npm Package Compare versions

Comparing version 18.3.0 to 18.3.1-alpha.0

1

dist/lint.impl.js

@@ -113,2 +113,3 @@ "use strict";

*/
// @ts-expect-error - TODO: investigate this new rules meta argument to this function in ESLint v9
const formattedResults = await formatter.format(finalLintResults);

@@ -115,0 +116,0 @@ if (options.outputFile) {

3

dist/utils/eslint-utils.js

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

options.resolvePluginsRelativeTo || undefined;
eslintOptions.ignorePath = options.ignorePath || undefined;
eslintOptions.ignorePath =
options.ignorePath || undefined;
/**

@@ -69,0 +70,0 @@ * If "noEslintrc" is set to `true` (and therefore here "useEslintrc" will be `false`), then ESLint will not

{
"name": "@angular-eslint/builder",
"version": "18.3.0",
"version": "18.3.1-alpha.0",
"description": "Angular CLI builder for ESLint",

@@ -5,0 +5,0 @@ "license": "MIT",

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