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 4.2.0 to 4.2.1

2

lib/rules/expect-single-argument.js

@@ -17,3 +17,3 @@ 'use strict'

})
} else if (node.arguments.length === 0) {
} else if (node.arguments.length === 0 && node.parent.property.name !== 'nothing') {
context.report({

@@ -20,0 +20,0 @@ message: 'Expect must have a single argument. No arguments were provided.',

{
"name": "eslint-plugin-jasmine",
"version": "4.2.0",
"version": "4.2.1",
"description": "ESLint rules for Jasmine",

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

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