@rcsb/rcsb-documentation
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@rcsb/rcsb-documentation", | ||
"private": false, | ||
"version": "0.0.04", | ||
"version": "0.0.05", | ||
"main": "build/bundle.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -304,3 +304,3 @@ // Check if fetch is available; otherwise, use node-fetch | ||
schema.display_name = u.ucFirst(schema_name) + ' Attributes'; | ||
schema.display_name = schema_name.substring(0, 1).toUpperCase() + schema_name.substring(1) + ' Attributes'; | ||
const selectorItems = metadata[schema_name].selectorItems; | ||
@@ -321,3 +321,2 @@ | ||
if (si.type === 'item-nested') { | ||
//if (si.attribute === 'rcsb_binding_affinity.value') u.logJson({ selectorItem: si, attrObj }, 'setAttributeDetails') | ||
@@ -324,0 +323,0 @@ let { nested_attribute, nested_attribute_value, units, range } = si; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1228015
1053