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.3.6 to 4.3.7

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

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

@@ -768,9 +768,9 @@ /**

}
let result = baseValue
let result = baseValue;
if (version && result) {
result = result.replace('{version}', version);
}
if (!ignorePath) {
result = this._appendPath(result, endpoint);
}
if (version && result) {
result = result.replace('{version}', version);
}
return result;

@@ -777,0 +777,0 @@ }

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