Socket
Socket
Sign inDemoInstall

eslint-plugin-angular

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-angular - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

rules/ng_no_cookiestore.js

2

demo/grunt/package.json

@@ -12,3 +12,3 @@ {

"devDependencies": {
"eslint": "^0.16.1",
"eslint": "1.0.0",
"eslint-plugin-angular": "file:../../",

@@ -15,0 +15,0 @@ "grunt": "^0.4.5",

@@ -12,3 +12,3 @@ {

"devDependencies": {
"eslint": "^0.16.1",
"eslint": "1.0.0",
"eslint-plugin-angular": "file:../../",

@@ -15,0 +15,0 @@ "gulp": "^3.8.11",

@@ -7,3 +7,3 @@ {

"scripts": {
"lint": "node_modules/.bin/eslint app/ || true"
"lint": "node_modules/.bin/eslint app/"
},

@@ -13,5 +13,5 @@ "author": "emmanueldemey <demey.emmanuel@gmail.com>",

"devDependencies": {
"eslint": "^0.16.1",
"eslint": "1.0.0",
"eslint-plugin-angular": "file:../../"
}
}

@@ -26,2 +26,3 @@ (function(){

'ng_no_angular_mock': require('./rules/ng_no_angular_mock'),
'ng_no_cookiestore': require('./rules/ng_no_cookiestore'),
'ng_no_digest': require('./rules/ng_no_digest'),

@@ -65,2 +66,3 @@ 'ng_no_jquery_angularelement': require('./rules/ng_no_jquery_angularelement'),

'ng_no_angular_mock': 0,
'ng_no_cookiestore': 2,
'ng_no_digest': 2,

@@ -67,0 +69,0 @@ 'ng_no_jquery_angularelement': 2,

{
"name": "eslint-plugin-angular",
"version": "0.2.3",
"version": "0.3.0",
"description": "ESLint rules for AngularJS projects",

@@ -17,14 +17,14 @@ "main": "index.js",

"devDependencies": {
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"eslint": "^0.13.0",
"eslint-tester": "^0.5.0",
"gulp": "^3.8.10",
"gulp-eslint": "^0.3.0",
"gulp-istanbul": "0.6.0",
"gulp-mocha": "^2.0.0",
"istanbul": "^0.3.5",
"mocha": "2.1.0",
"shelljs": "^0.3.0",
"shelljs-nodecli": "^0.1.1"
"chai": "3.2.0",
"coveralls": "2.11.3",
"eslint": "1.0.0",
"eslint-tester": "0.8.2",
"gulp": "3.9.0",
"gulp-eslint": "1.0.0",
"gulp-istanbul": "0.10.0",
"gulp-mocha": "2.1.3",
"istanbul": "0.3.17",
"mocha": "2.2.5",
"shelljs": "0.5.1",
"shelljs-nodecli": "0.1.1"
},

@@ -31,0 +31,0 @@ "peerDependencies": {

@@ -96,2 +96,3 @@ [![Build Status](https://travis-ci.org/Gillespie59/eslint-plugin-angular.svg?branch=master)](https://travis-ci.org/Gillespie59/eslint-plugin-angular)

| 'ng_no_angular_mock':0 | All methods defined in the angular.mock object are also available in the object window. So you can remove angular.mock from your code
| 'ng_no_cookiestore':2 | In Angular 1.4, the $cookieStore service is now deprected. Please use the $cookies service instead|
| 'ng_no_digest': 2 | The scope's $digest() method shouldn't be used. You should prefer the $apply method. |

@@ -98,0 +99,0 @@ | 'ng_no_jquery_angularelement': 2 | You should not wrap angular.element object into jQuery(), because angular.element already return jQLite element|

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