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.24 to 4.5.25

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

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

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

supportedOperation: string;
messageId: string;
statusCode: string;

@@ -158,2 +159,3 @@ method: string;

tag: string;
tags: string;
}

@@ -261,3 +263,3 @@

apiContract: Readonly<ApiContract>;
apiBinding: Readonly<ApiBinding>
apiBinding: Readonly<ApiBinding>;
shapes: Readonly<Shapes>;

@@ -264,0 +266,0 @@ data: Readonly<Data>;

@@ -158,2 +158,3 @@

ns.aml.vocabularies.apiContract.examples = `${contractKey}examples`;
ns.aml.vocabularies.apiContract.messageId = `${contractKey}messageId`;
ns.aml.vocabularies.apiContract.supportedOperation = `${contractKey}supportedOperation`;

@@ -180,2 +181,3 @@ ns.aml.vocabularies.apiContract.statusCode = `${contractKey}statusCode`;

ns.aml.vocabularies.apiContract.tag = `${contractKey}tag`;
ns.aml.vocabularies.apiContract.tags = `${contractKey}tags`;
ns.aml.vocabularies.shapes = {};

@@ -182,0 +184,0 @@ ns.aml.vocabularies.shapes.key = `${ns.aml.vocabularies.key}shapes#`;

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