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

@api-components/amf-helper-mixin

Package Overview
Dependencies
Maintainers
0
Versions
98
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.28 to 4.5.29

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

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

@@ -210,2 +210,4 @@ interface Document {

discriminatorValue: string;
discriminatorValueMapping: string;
discriminatorValueTarget: string;
format: string;

@@ -212,0 +214,0 @@ multipleOf: string;

@@ -1,2 +0,1 @@

/**

@@ -11,3 +10,3 @@ * A namespace for AMF properties.

ns.raml = ns.aml;
ns.aml.key = 'http://a.ml/';
ns.aml.key = "http://a.ml/";
ns.aml.vocabularies = {};

@@ -113,8 +112,8 @@ ns.aml.vocabularies.key = `${ns.aml.key}vocabularies/`;

const contractKey = ns.aml.vocabularies.apiContract.key;
ns.aml.vocabularies.apiBinding = {}
ns.aml.vocabularies.apiBinding = {};
ns.aml.vocabularies.apiBinding.key = `${ns.aml.vocabularies.key}apiBinding#`;
ns.aml.vocabularies.apiBinding.binding = `${ns.aml.vocabularies.apiBinding.key}binding`
ns.aml.vocabularies.apiBinding.bindings = `${ns.aml.vocabularies.apiBinding.key}bindings`
ns.aml.vocabularies.apiBinding.messageKey = `${ns.aml.vocabularies.apiBinding.key}messageKey`
ns.aml.vocabularies.apiBinding.type = `${ns.aml.vocabularies.apiBinding.key}type`
ns.aml.vocabularies.apiBinding.binding = `${ns.aml.vocabularies.apiBinding.key}binding`;
ns.aml.vocabularies.apiBinding.bindings = `${ns.aml.vocabularies.apiBinding.key}bindings`;
ns.aml.vocabularies.apiBinding.messageKey = `${ns.aml.vocabularies.apiBinding.key}messageKey`;
ns.aml.vocabularies.apiBinding.type = `${ns.aml.vocabularies.apiBinding.key}type`;
ns.aml.vocabularies.apiContract.toString = () => contractKey;

@@ -226,2 +225,4 @@ ns.aml.vocabularies.apiContract.Payload = `${contractKey}Payload`;

ns.aml.vocabularies.shapes.discriminatorValue = `${shapesKey}discriminatorValue`;
ns.aml.vocabularies.shapes.discriminatorValueMapping = `${shapesKey}discriminatorValueMapping`;
ns.aml.vocabularies.shapes.discriminatorValueTarget = `${shapesKey}discriminatorValueTarget`;
ns.aml.vocabularies.shapes.format = `${shapesKey}format`;

@@ -274,3 +275,3 @@ ns.aml.vocabularies.shapes.multipleOf = `${shapesKey}multipleOf`;

ns.w3 = {};
ns.w3.key = 'http://www.w3.org/';
ns.w3.key = "http://www.w3.org/";
ns.w3.rdfSyntax = {};

@@ -277,0 +278,0 @@ ns.w3.rdfSyntax.key = `${ns.w3.key}1999/02/22-rdf-syntax-ns#`;

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