You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

coffeelint-alphabetize-keys

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeelint-alphabetize-keys - npm Package Compare versions

Comparing version

to
1.3.0

@@ -116,2 +116,5 @@ // Generated by CoffeeScript 1.10.0

keyNode = _this._getPropertyValueNode(property, astApi);
if (keyNode.base.isComplex()) {
return;
}
key = keyNode.base.value;

@@ -118,0 +121,0 @@ if (key === 'this') {

{
"name": "coffeelint-alphabetize-keys",
"version": "1.2.0",
"version": "1.3.0",
"description": "Coffeelint rule that verifies object keys are in alphabetical order",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -39,2 +39,3 @@ # coffeelint-alphabetize-keys

and each are required to only be individually alphabetical.
The `constructor` method is ignored.

@@ -41,0 +42,0 @@ ```coffee