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.9.2 to 2.9.3

2

lib/rules/new-line-between-declarations.js

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

var declarations = []
if (describe.arguments && describe.arguments[1] && describe.arguments[1].body.body) {
if (describe.arguments && describe.arguments[1] && describe.arguments[1].body && describe.arguments[1].body.body) {
var content = describe.arguments[1].body.body

@@ -49,0 +49,0 @@ content.forEach(node => {

@@ -54,3 +54,3 @@ {

},
"version": "2.9.2"
"version": "2.9.3"
}
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