Socket
Socket
Sign inDemoInstall

jscs

Package Overview
Dependencies
197
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

.jshintrc

1

lib/checker.js

@@ -106,2 +106,3 @@ var esprima = require('esprima');

checkPath: function(path) {
path = path.replace(/\/$/, '');
var _this = this;

@@ -108,0 +109,0 @@ return vowFs.exists(path).then(function(exists) {

2

lib/errors.js

@@ -65,3 +65,3 @@ var colors = require('colors');

' at ' +
(colorize ? colors.green(filename) : filename) + ':';
(colorize ? colors.green(filename) : filename) + ' :';
}

@@ -68,0 +68,0 @@

@@ -41,4 +41,4 @@ var assert = require('assert');

if (node.operator === '+' && (
(node.left.type === "Literal" && node.left.value === '') ||
(node.right.type === "Literal" && node.right.value === '')
(node.left.type === 'Literal' && node.left.value === '') ||
(node.right.type === 'Literal' && node.right.value === '')
)

@@ -45,0 +45,0 @@ ) {

@@ -5,3 +5,3 @@ {

"name" : "jscs",
"version" : "0.0.4",
"version" : "0.0.5",
"repository" : "https://github.com/mdevils/jscs",

@@ -8,0 +8,0 @@ "contributors" : [

Sorry, the diff of this file is not supported yet

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