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

@api-components/amf-helper-mixin

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-components/amf-helper-mixin - npm Package Compare versions

Comparing version 4.5.9 to 4.5.10

2

package.json
{
"name": "@api-components/amf-helper-mixin",
"description": "A mixin with common functions user by most AMF components to compute AMF values",
"version": "4.5.9",
"version": "4.5.10",
"license": "Apache-2.0",

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

@@ -237,2 +237,3 @@ interface Document {

parsedJsonSchema: string;
autoGeneratedName: string;
lexical: string;

@@ -239,0 +240,0 @@ synthesizedField: string;

@@ -251,2 +251,3 @@

ns.aml.vocabularies.docSourceMaps.parsedJsonSchema = `${dsmKey}parsed-json-schema`;
ns.aml.vocabularies.docSourceMaps.autoGeneratedName = `${dsmKey}auto-generated-name`;
ns.aml.vocabularies.docSourceMaps.lexical = `${dsmKey}lexical`;

@@ -253,0 +254,0 @@ ns.aml.vocabularies.docSourceMaps.synthesizedField = `${dsmKey}synthesized-field`;

@@ -478,3 +478,6 @@ import { Server } from "./amf";

lexical?: ApiSynthesizedField[];
trackedElement?: ApiSynthesizedField[];
trackedElement?: ApiSynthesizedField;
autoGeneratedName?: ApiSynthesizedField[];
parsedJsonSchema?: ApiSynthesizedField;
declaredElement?: ApiSynthesizedField;
}

@@ -481,0 +484,0 @@

Sorry, the diff of this file is too big to display

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