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 3.2.0 to 3.3.0

88

package.json
{
"name": "eslint-plugin-angular",
"version": "3.2.0",
"description": "ESLint rules for AngularJS projects",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/Gillespie59/eslint-plugin-angularjs.git"
},
"contributors": [
"Emmanuel Demey (http://gillespie59.github.io/)",
"Tilman Potthof (https://github.com/tilmanpotthof)",
"Remco Haszing (https://github.com/remcohaszing)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Gillespie59/eslint-plugin-angularjs/issues"
},
"homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs",
"devDependencies": {
"chai": "4.1.2",
"chai-spies": "1.0.0",
"coveralls": "3.0.0",
"eslint": "4.16.0",
"espree": "3.5.2",
"gulp": "4.0.0",
"gulp-eslint": "4.0.1",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "5.0.0",
"istanbul": "0.4.5",
"mocha": "5.0.0",
"parse-comments": "0.4.3",
"shelljs": "0.8.1",
"shelljs-nodecli": "0.1.1"
},
"keywords": [
"eslint",
"eslintplugin",
"angular",
"angularjs"
],
"dependencies": {}
"name": "eslint-plugin-angular",
"version": "3.3.0",
"description": "ESLint rules for AngularJS projects",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/Gillespie59/eslint-plugin-angularjs.git"
},
"contributors": [
"Emmanuel Demey (http://gillespie59.github.io/)",
"Tilman Potthof (https://github.com/tilmanpotthof)",
"Remco Haszing (https://github.com/remcohaszing)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Gillespie59/eslint-plugin-angularjs/issues"
},
"homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs",
"devDependencies": {
"chai": "4.1.2",
"chai-spies": "1.0.0",
"coveralls": "3.0.0",
"eslint": "4.17.0",
"espree": "3.5.3",
"gulp": "4.0.0",
"gulp-eslint": "4.0.2",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "5.0.0",
"istanbul": "0.4.5",
"mocha": "5.0.1",
"parse-comments": "0.4.3",
"shelljs": "0.8.1",
"shelljs-nodecli": "0.1.1"
},
"keywords": [
"eslint",
"eslintplugin",
"angular",
"angularjs"
],
"dependencies": {}
}

@@ -70,3 +70,3 @@ /**

function checkDi(callee, fn) {
if (!fn) {
if (!fn || !fn.params) {
return;

@@ -73,0 +73,0 @@ }

@@ -44,3 +44,3 @@ <!-- WARNING: Generated documentation. Edit docs and examples in the rule and examples file ('<%= sourcePath %>', '<%= examplesPath %>'). -->

* [Rule source](../<%= sourcePath %>)
* [Example source](../<%= examplesPath %>)
* [Rule source](/<%= sourcePath %>)
* [Example source](/<%= examplesPath %>)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc