rfc6902-ordered
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "rfc6902-ordered", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "https://github.com/chbrown/rfc6902 plus object key ordering", | ||
@@ -37,7 +37,7 @@ "main": "src/index.js", | ||
"eslint": "^5.0.0", | ||
"eslint-config-sane": "^0.6.0", | ||
"eslint-config-sane": "^0.7.0", | ||
"eslint-plugin-mocha": "^5.0.0", | ||
"eslint-plugin-prefer-let": "^1.0.1", | ||
"mocha": "^5.0.0" | ||
"mocha": "^6.0.0" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # rfc6902-ordered |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -32,3 +32,3 @@ 'use strict'; | ||
if (Array.isArray(myObj)) { | ||
if (!myObj || Array.isArray(myObj)) { | ||
continue; | ||
@@ -35,0 +35,0 @@ } |
@@ -0,0 +0,0 @@ 'use strict'; |
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
8146