Socket
Socket
Sign inDemoInstall

@api-components/api-type-document

Package Overview
Dependencies
Maintainers
4
Versions
62
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.19 to 4.2.20

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.19",
"version": "4.2.20",
"license": "Apache-2.0",

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

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

isObject = true;
const andKey = this._getAmfKey(this.ns.w3.shacl.and);
if (andKey in type) {
isObject = false;
isAnd = true;
this.andTypes = this._computeAndTypes(type[andKey]);
}
} else if (this._hasType(type, this.ns.aml.vocabularies.shapes.AnyShape)) {

@@ -419,0 +425,0 @@ const andKey = this._getAmfKey(this.ns.w3.shacl.and);

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