Socket
Socket
Sign inDemoInstall

eslint-plugin-jasmine

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jasmine - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

docs/rules/no-global-setup.md

15

.github/ISSUE_TEMPLATE.md

@@ -1,13 +0,10 @@

# Hello! 👋
<!-- Fill your answers in between -->
**Do you want to request a *feature* or report a *bug*?**
Do you find eslint-plugin-jasmine useful?
**What is the current behavior?**
Unfortunately, I have little time to maintain it at the moment and would love
some help.
**If the current behavior is a bug, please provide the steps to reproduce.**
If you're able to isolate an issue or make improvements, a pull request is
gladly welcome.
**What is the expected behavior?**
If you're interested in helping to maintain the repo, please get in touch.
--- @tlvince
**Please mention your node.js, eslint-plugin-jasmine and operating system version.**

15

.github/PULL_REQUEST_TEMPLATE.md
# Hello! 👋
Do you find eslint-plugin-jasmine useful?
Unfortunately, I have little time to maintain it at the moment and would love
some help.
If you're able to isolate an issue or make improvements, a pull request is
gladly welcome.
If you're interested in helping to maintain the repo, please get in touch.
--- @tlvince
Before submitting a pull request please make sure your commit message follows
[Angular commit conventions](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md)
That way, when it's merged, [semantic-release](https://github.com/semantic-release/semantic-release)
will kick in and will publish your changes to npm automatically.

@@ -14,3 +14,4 @@ 'use strict'

'no-assign-spyon': require('./lib/rules/no-assign-spyon'),
'no-unsafe-spy': require('./lib/rules/no-unsafe-spy')
'no-unsafe-spy': require('./lib/rules/no-unsafe-spy'),
'no-global-setup': require('./lib/rules/no-global-setup')
},

@@ -29,3 +30,4 @@ configs: {

'jasmine/no-assign-spyon': 0,
'jasmine/no-unsafe-spy': 1
'jasmine/no-unsafe-spy': 1,
'jasmine/no-global-setup': 2
}

@@ -32,0 +34,0 @@ }

@@ -22,2 +22,8 @@ {

"author": "Tom Vincent <npm@tlvince.com> (http://tlvince.com/)",
"contributors": [
{
"name": "Nicolas Fernandez",
"url": "https://github.com/burabure"
}
],
"license": "MIT",

@@ -33,7 +39,7 @@ "repository": {

"devDependencies": {
"eslint": "^2.7.0",
"eslint": "^3.9.1",
"ghooks": "^1.3.2",
"mocha": "^2.2.5",
"mocha": "^3.1.2",
"semantic-release": "^4.0.2",
"standard": "^7.0.0",
"standard": "^8.5.0",
"validate-commit-msg": "^2.8.2"

@@ -50,3 +56,3 @@ },

},
"version": "2.0.1"
"version": "2.1.0"
}

@@ -79,2 +79,3 @@ # eslint-plugin-jasmine

[no-unsafe-spy][] | 1 |
[no-global-setup][] | 2 |

@@ -112,2 +113,3 @@ For example, using the recommended configuration, the `no-focused-tests` rule

[no-unsafe-spy]: docs/rules/no-unsafe-spy.md
[no-global-setup]: docs/rules/no-global-setup.md

@@ -114,0 +116,0 @@ [configuring rules]: http://eslint.org/docs/user-guide/configuring#configuring-rules

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc