Socket
Socket
Sign inDemoInstall

jscs

Package Overview
Dependencies
260
Maintainers
6
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.10.0 to 2.10.1

8

lib/rules/require-space-before-keywords.js

@@ -58,5 +58,7 @@ /**

keywords = defaultKeywords.filter(function(keyword) {
return (excludedKeywords.indexOf(keyword) === -1);
});
if (!Array.isArray(keywords)) {
keywords = defaultKeywords.filter(function(keyword) {
return (excludedKeywords.indexOf(keyword) === -1);
});
}

@@ -63,0 +65,0 @@ this._keywords = keywords;

@@ -8,3 +8,3 @@ {

"name": "jscs",
"version": "2.10.0",
"version": "2.10.1",
"main": "lib/checker",

@@ -11,0 +11,0 @@ "homepage": "http://jscs.info",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc