📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@api-components/api-example-generator

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

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.20

2

package.json
{
"name": "@api-components/api-example-generator",
"description": "Examples generator from AMF model",
"version": "4.4.19",
"version": "4.4.20",
"license": "Apache-2.0",

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

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

/**
* Computes default enum value for given range.
*
* @param {Object} range AMF's range definition for a shape.
* @return {string|number|boolean|null} Value cast to the corresponding type
*/
_computeDefaultEnumRangeValue(range: object): string | number | boolean | null;
/**
* Casts the value to given data type represented in AMF notation.

@@ -339,0 +347,0 @@ *

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