Socket
Socket
Sign inDemoInstall

eslint-plugin-jasmine

Package Overview
Dependencies
0
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

18

index.js

@@ -18,11 +18,11 @@ 'use strict'

rules: {
'named-spy': 0,
'no-focused-tests': 2,
'no-disabled-tests': 1,
'no-suite-dupes': 1,
'no-spec-dupes': 1,
'missing-expect': 0,
'no-suite-callback-args': 2,
'valid-expect': 1,
'no-assign-spyon': 0
'jasmine/named-spy': 0,
'jasmine/no-focused-tests': 2,
'jasmine/no-disabled-tests': 1,
'jasmine/no-suite-dupes': 1,
'jasmine/no-spec-dupes': 1,
'jasmine/missing-expect': 0,
'jasmine/no-suite-callback-args': 2,
'jasmine/valid-expect': 1,
'jasmine/no-assign-spyon': 0
}

@@ -29,0 +29,0 @@ }

@@ -32,3 +32,3 @@ {

"devDependencies": {
"eslint": "^2.5.3",
"eslint": "^2.7.0",
"mocha": "^2.2.5",

@@ -38,3 +38,3 @@ "semantic-release": "^4.0.2",

},
"version": "1.8.0"
"version": "1.8.1"
}
# eslint-plugin-jasmine
[![Build Status][travis-image]][travis-url]
[![npm version][npm-image]][npm-url]
[![License][license-image]][license-url]
[travis-url]: https://travis-ci.org/tlvince/eslint-plugin-jasmine
[travis-image]: https://img.shields.io/travis/tlvince/eslint-plugin-jasmine.svg
[npm-url]: https://www.npmjs.com/package/eslint-plugin-jasmine
[npm-image]: https://img.shields.io/npm/v/eslint-plugin-jasmine.svg
[license-url]: https://opensource.org/licenses/MIT
[license-image]: https://img.shields.io/npm/l/eslint-plugin-jasmine.svg

@@ -8,0 +14,0 @@ > ESLint rules for Jasmine

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