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.2.0 to 2.3.0

docs/rules/new-line-between-declarations.md

6

index.js

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

'no-global-setup': require('./lib/rules/no-global-setup'),
'no-expect-in-setup-teardown': require('./lib/rules/no-expect-in-setup-teardown')
'no-expect-in-setup-teardown': require('./lib/rules/no-expect-in-setup-teardown'),
'new-line-between-declarations': require('./lib/rules/new-line-between-declarations')
},

@@ -33,3 +34,4 @@ configs: {

'jasmine/no-global-setup': 2,
'jasmine/no-expect-in-setup-teardown': 1
'jasmine/no-expect-in-setup-teardown': 1,
'jasmine/new-line-between-declarations': 1
}

@@ -36,0 +38,0 @@ }

@@ -39,6 +39,6 @@ {

"eslint": "^3.9.1",
"ghooks": "^1.3.2",
"ghooks": "^2.0.0",
"mocha": "^3.1.2",
"semantic-release": "^6.3.2",
"standard": "^8.5.0",
"standard": "^10.0.0",
"validate-commit-msg": "^2.8.2"

@@ -55,3 +55,3 @@ },

},
"version": "2.2.0"
"version": "2.3.0"
}

Sorry, the diff of this file is not supported yet

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