coffeelint
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.2 | ||
isCode = function(node) { | ||
return node.constructor.name === 'Code'; | ||
return (node != null ? node.constructor.name : void 0) === 'Code'; | ||
}; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "coffeelint", | ||
"description": "Lint your CoffeeScript", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"homepage": "http://www.coffeelint.org", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236368
82
4103