Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@api-components/api-type-document

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-components/api-type-document - npm Package Compare versions

Comparing version 4.2.21 to 4.2.22

2

package.json
{
"name": "@api-components/api-type-document",
"description": "A documentation table for type (resource) properties. Works with AMF data model",
"version": "4.2.21",
"version": "4.2.22",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -386,2 +386,8 @@ import { LitElement, html } from 'lit-element';

isScalar = true;
if (this._hasProperty(type, this.ns.w3.shacl.xone)) {
isScalar = false;
isOneOf = true;
key = this._getAmfKey(this.ns.w3.shacl.xone);
this.oneOfTypes = this._computeTypes(type, key);
}
} else if (

@@ -388,0 +394,0 @@ this._hasType(type, this.ns.aml.vocabularies.shapes.UnionShape)

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