logd-console-output
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "logd-console-output", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "console output for logd", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ 'use strict'; | ||
label, | ||
optios, | ||
options, | ||
}) { | ||
@@ -35,3 +35,3 @@ context.renderDecoration({label, decoration: `[Array] (${value.length}): [`}); | ||
value, decoration: `${index}`, | ||
optios, | ||
options, | ||
}); | ||
@@ -38,0 +38,0 @@ }); |
@@ -25,3 +25,3 @@ 'use strict'; | ||
decoration, | ||
optios, | ||
options, | ||
}) { | ||
@@ -37,3 +37,3 @@ context.renderDecoration({label, decoration: `${decoration ? decoration+' ' : ''}[Map] (${value.size}): {`}); | ||
label: key, | ||
optios, | ||
options, | ||
}); | ||
@@ -40,0 +40,0 @@ } |
@@ -25,3 +25,3 @@ 'use strict'; | ||
decoration, | ||
optios, | ||
options, | ||
}) { | ||
@@ -38,3 +38,3 @@ const keys = Object.keys(value); | ||
label: key, | ||
optios, | ||
options, | ||
}); | ||
@@ -41,0 +41,0 @@ }); |
@@ -24,3 +24,3 @@ 'use strict'; | ||
label, | ||
optios, | ||
options, | ||
}) { | ||
@@ -38,3 +38,3 @@ context.renderDecoration({label, decoration: `[Set] (${value.size}): [`}); | ||
decoration: `${index}`, | ||
optios, | ||
options, | ||
}); | ||
@@ -41,0 +41,0 @@ index++; |
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
57422