🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@api-components/api-example-generator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-components/api-example-generator - npm Package Compare versions

Comparing version

to
4.4.27

{
"name": "@api-components/api-example-generator",
"description": "Examples generator from AMF model",
"version": "4.4.26",
"version": "4.4.27",
"license": "Apache-2.0",

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

@@ -536,2 +536,9 @@ import { AmfHelperMixin } from '@api-components/amf-helper-mixin';

_computeXmlSerializationData(serialization): object;
/**
* Generate JSON example string value from raw value definition.
* @param {string} raw
* @return {string}
*/
computeRaw(raw: string): string
}

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