Socket
Socket
Sign inDemoInstall

codelyzer

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codelyzer - npm Package Versions

13
8

5.1.1

Diff

Changelog

Source

5.1.1 (2019-09-19)

Bug Fixes

  • deps: pin dependencies (#826) (fa40a63)
  • deps: update dependency codelyzer to v5 (#847) (98deb50)
  • deps: update dependency codemirror to v5.48.2 (#839) (21504e1)
  • deps: update dependency tslint to v3.15.1 (#841) (fc80f4e)
  • rule: template-click-events-have-key-events - support pseudo events (#893) (5b57bd6)

<a name="5.1.0"></a>

mgechev
published 5.1.0 •

Changelog

Source

5.1.0 (2019-06-02)

Bug Fixes

  • rule: 'contextual-decorator' - decorators with arguments, accessors and some missing decorators not being handled (#798) (efbcb69)
  • rule: template-banana-in-box regex failing in some environments (#820) (3b82574)

Features

<a name="5.0.1"></a>

mgechev
published 5.0.1 •

Changelog

Source

5.0.1 (2019-04-25)

Bug Fixes

  • rule: detect trackBy function when ngFor spans multiple lines (#813) (2260dfd)
  • rule: template-accessibility-label-for not recognizing options and interpolated values (#812) (1fb5d8a)
mgechev
published 5.0.0 •

Changelog

Source

5.0.0 (2019-03-27)

BREAKING CHANGES

Angular CLI will automatically migrate your projects to reflect the latest config.

  • contextual-life-cycle is renamed to contextual-lifecycle
  • no-conflicting-life-cycle-hooks is renamed to no-conflicting-lifecycle
  • no-life-cycle-call is renamed to no-lifecycle-call
  • use-life-cycle-interface is renamed to use-lifecycle-interface
  • decorator-not-allowed is renamed to contextual-decorator
  • enforce-component-selector is renamed to use-component-selector
  • no-output-named-after-standard-event is renamed to no-output-native
  • use-host-property-decorator is renamed to no-host-metadata-property
  • use-input-property-decorator is renamed to no-inputs-metadata-property
  • use-output-property-decorator is renamed to no-outputs-metadata-property
  • no-queries-parameter is renamed to no-queries-metadata-property
  • pipe-impure is renamed to no-pipe-impure
  • use-view-encapsulation is renamed to use-component-view-encapsulation
  • i18n is renamed to template-i18n
  • banana-in-box is renamed to template-banana-in-box
  • no-template-call-expression is renamed to template-no-call-expression
  • templates-no-negated-async is renamed to template-no-negated-async
  • trackBy-function is renamed to template-use-track-by-function
  • no-attribute-parameter-decorator is renamed to no-attribute-decorator
  • max-inline-declarations is renamed to component-max-inline-declarations

Bug Fixes

  • rule: template-use-track-by-function not reporting failures involving multiple *ngFor directives (#721) (9269be6), closes #718
  • rule: template-no-call-expression should allow $any usages (#735) (a75c204)
  • rule: no-input-rename reporting some failures incorrectly (#723) (f692dcb)
  • rule: prefer-inline-decorator should not set a max number of options (#787) (31b2b6a)
  • rule: add template-accessibility-elements-content to index.ts (#803) (1e8cbbf), closes #801
  • rule: NgModule not being handled for contextual-lifecycle and contextual-decorators (#790) (cedfa2e)
  • rule: prefer-inline-decorator not reporting failures for some cases (#794) (a76ebbc)
  • update peerDependencies (d5bfbd5)
  • improve ngWalker by preventing an error when a class has no name (#788) (17c0fe2)

Features

  • rule: add component-change-detection (#737) (a23ccde), closes #135
  • rule: add relative-url-prefix (#725) (f12f27b)
  • rule: add template-accessibility-alt-text (#741) (0815ec5)
  • rule: add template-accessibility-elements-content (#742) (6ff8c56)
  • rule: add template-accessibility-label-for (#739) (76c24fa)
  • rule: add template-accessibility-tabindex-no-positive (#744) (43902f7)
  • rule: add template-accessibility-table-scope (#743) (2832615)
  • rule: add template-accessibility-valid-aria (#746) (762f67f)
  • rule: add template-click-events-have-key-events (#761) (b0b330f)
  • rule: add template-mouse-events-have-key-events (#759) (3a7b15d)
  • rule: add template-no-autofocus (#749) (799382f)
  • rule: add template-no-distracting-elements (#760) (6b21a9e)
  • rule: add template-no-any (#755) (77a5e32)
  • rule: prefer-inline-decorator now accept options (#794) (a76ebbc)
  • add support for svg templates (#800) (dadf8ec)
mgechev
published 5.0.0-beta.2 •

Changelog

Source

5.0.0-beta.2 (2019-03-25)

Bug Fixes

  • rule: NgModule not being handled for contextual-lifecycle and contextual-decorators (#790) (cedfa2e)
mgechev
published 5.0.0-beta.1 •

Changelog

Source

5.0.0-beta.1 (2019-03-14)

Bug Fixes

mgechev
published 5.0.0-beta.0 •

Changelog

Source

5.0.0-beta.0 (2019-03-12)

This release contains many breaking changes due to the rename of several rules (see more at (bbf7a32)). Currently, there's an open PR (https://github.com/angular/angular-cli/pull/13801) that will help migrate your app if you are affected by these changes.

BREAKING CHANGES

  • contextual-life-cycle is renamed to contextual-lifecycle
  • no-conflicting-life-cycle-hooks is renamed to no-conflicting-lifecycle
  • no-life-cycle-call is renamed to no-lifecycle-call
  • use-life-cycle-interface is renamed to use-lifecycle-interface
  • decorator-not-allowed is renamed to contextual-decorator
  • enforce-component-selector is renamed to use-component-selector
  • no-output-named-after-standard-event is renamed to no-output-native
  • use-host-property-decorator is renamed to no-host-metadata-property
  • use-input-property-decorator is renamed to no-inputs-metadata-property
  • use-output-property-decorator is renamed to no-outputs-metadata-property
  • no-queries-parameter is renamed to no-queries-metadata-property
  • pipe-impure is renamed to no-pipe-impure
  • use-view-encapsulation is renamed to use-component-view-encapsulation
  • i18n is renamed to template-i18n
  • banana-in-box is renamed to template-banana-in-box
  • no-template-call-expression is renamed to template-no-call-expression
  • templates-no-negated-async is renamed to template-no-negated-async
  • trackBy-function is renamed to template-use-track-by-function
  • no-attribute-parameter-decorator is renamed to no-attribute-decorator
  • max-inline-declarations is renamed to component-max-inline-declarations

Bug Fixes

  • rule: template-use-track-by-function not reporting failures involving multiple *ngFor directives (#721) (9269be6), closes #718
  • rule: template-no-call-expression should allow $any usages (#735) (a75c204)
  • rule: no-input-rename reporting some failures incorrectly (#723) (f692dcb)
  • rule: prefer-inline-decorator should not set a max number of options (#787) (31b2b6a)
  • improve ngWalker by preventing an error when a class has no name (#787) (17c0fe2)

Features

  • rule: add component-change-detection (#737) (a23ccde), closes #135
  • rule: add relative-url-prefix (#725) (f12f27b)
  • rule: add template-accessibility-alt-text (#741) (0815ec5)
  • rule: add template-accessibility-elements-content (#742) (6ff8c56)
  • rule: add template-accessibility-label-for (#739) (76c24fa)
  • rule: add template-accessibility-tabindex-no-positive (#744) (43902f7)
  • rule: add template-accessibility-table-scope (#743) (2832615)
  • rule: add template-accessibility-valid-aria (#746) (762f67f)
  • rule: add template-click-events-have-key-events (#761) (b0b330f)
  • rule: add template-mouse-events-have-key-events (#759) (3a7b15d)
  • rule: add template-no-autofocus (#749) (799382f)
  • rule: add template-no-distracting-elements (#760) (6b21a9e)
  • rule: add template-no-any (#755) (77a5e32)
mgechev
published 4.5.0 •

Changelog

Source

4.5.0 (2018-10-04)

Bug Fixes

  • assertFailure should not catch the exception thrown by assert (#703) (#704) (0bac287)
  • rule: no-unused-css leaving blank lines after applying fixes (#701) (c69e2ae)

Features

mgechev
published 4.4.4 •

Changelog

Source

4.4.4 (2018-08-13)

Bug Fixes

  • errors not being displayed in the correct files (#700) (db3cf5a)
mgechev
published 4.4.3 •

Changelog

Source

4.4.3 (2018-08-06)

Bug Fixes

  • url not passed to transformStyle when using styleUrls (#686) (5a84041)
  • templates-no-negated-async: not reporting failures for some cases (#694) (2ffe2ea)
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