New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rcsb/rcsb-documentation

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rcsb/rcsb-documentation - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc