Socket
Socket
Sign inDemoInstall

@angular-eslint/eslint-plugin-template

Package Overview
Dependencies
Maintainers
1
Versions
763
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-eslint/eslint-plugin-template - npm Package Compare versions

Comparing version 18.1.1-alpha.8 to 18.2.0

3

dist/index.d.ts

@@ -76,2 +76,5 @@ declare const _default: {

'extract-inline-html': {
meta: {
name: string;
};
preprocess: typeof import("./processors").preprocessComponentFile;

@@ -78,0 +81,0 @@ postprocess: typeof import("./processors").postprocessComponentFile;

@@ -32,2 +32,5 @@ /**

'extract-inline-html': {
meta: {
name: string;
};
preprocess: typeof preprocessComponentFile;

@@ -34,0 +37,0 @@ postprocess: typeof postprocessComponentFile;

@@ -203,2 +203,5 @@ "use strict";

'extract-inline-html': {
meta: {
name: 'extract-inline-html',
},
preprocess: preprocessComponentFile,

@@ -205,0 +208,0 @@ postprocess: postprocessComponentFile,

8

package.json
{
"name": "@angular-eslint/eslint-plugin-template",
"version": "18.1.1-alpha.8",
"version": "18.2.0",
"description": "ESLint plugin for Angular Templates",

@@ -21,4 +21,4 @@ "license": "MIT",

"dependencies": {
"@angular-eslint/bundled-angular-compiler": "18.1.1-alpha.8",
"@angular-eslint/utils": "18.1.1-alpha.8",
"@angular-eslint/bundled-angular-compiler": "18.2.0",
"@angular-eslint/utils": "18.2.0",
"aria-query": "5.3.0",

@@ -28,3 +28,3 @@ "axobject-query": "4.1.0"

"devDependencies": {
"@angular-eslint/test-utils": "18.1.1-alpha.8",
"@angular-eslint/test-utils": "18.2.0",
"@types/aria-query": "5.0.4"

@@ -31,0 +31,0 @@ },

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