Socket
Socket
Sign inDemoInstall

eslint-plugin-angular

Package Overview
Dependencies
0
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

2

package.json
{
"name": "eslint-plugin-angular",
"version": "1.5.0",
"version": "1.5.1",
"description": "ESLint rules for AngularJS projects",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -182,3 +182,9 @@ # eslint plugin angular [![Npm version](https://img.shields.io/npm/v/eslint-plugin-angular.svg)](https://www.npmjs.com/package/eslint-plugin-angular) [![Npm downloads per month](https://img.shields.io/npm/dm/eslint-plugin-angular.svg)](https://www.npmjs.com/package/eslint-plugin-angular)

### Misspelling
These rules help you avoiding misspellings.
* [on-destroy](docs/on-destroy.md) - Check for common misspelling $on('destroy', ...).
----

@@ -185,0 +191,0 @@

@@ -11,3 +11,4 @@ {

"removedRule",
"uncategorizedRule"
"uncategorizedRule",
"misspelling"
],

@@ -39,2 +40,6 @@ "categories": {

},
"misspelling": {
"headline": "Misspelling",
"description": "These rules help you avoiding misspellings."
},
"deprecatedRule": {

@@ -41,0 +46,0 @@ "headline": "Deprecated rules",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc