Socket
Socket
Sign inDemoInstall

jscs

Package Overview
Dependencies
256
Maintainers
5
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

6

lib/checker.js

@@ -186,3 +186,7 @@ var vowFs = require('vow-fs');

return fileHandler(path).then(function(errors) {
return [errors];
if (errors) {
return [errors];
}
return [];
});

@@ -189,0 +193,0 @@ }, this);

2

package.json

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

"name": "jscs",
"version": "2.2.0",
"version": "2.2.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc