Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

f5-conx-core

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

f5-conx-core - npm Package Compare versions

Comparing version 0.17.1 to 0.17.2

dist/bigip/OpenApiModels.d.ts

6

CHANGELOG.md

@@ -12,2 +12,8 @@

## [0.17.2] - (12-12-2022)
- extend and isolate OpenApi types
---
## [0.17.1] - (11-6-2022)

@@ -14,0 +20,0 @@

4

dist/bigip/f5Client.d.ts

@@ -17,3 +17,3 @@ /// <reference types="node" />

import { ExtHttp } from '../externalHttps';
import { NextOpenApi } from './nextModels';
import { OpenApi } from './OpenApiModels';
/**

@@ -176,3 +176,3 @@ * Main F5 connectivity client

events: EventEmitter;
openApi: NextOpenApi | undefined;
openApi: OpenApi | undefined;
constructor(host: string, user: string, password: string, hostOptions?: {

@@ -179,0 +179,0 @@ port?: number;

@@ -15,34 +15,2 @@ export declare type Ntoken = {

};
export interface NextOpenApi {
openapi: string;
info: {
title: string;
version: string;
license: {
name: string;
url: string;
};
};
servers: [
{
url: string;
description: string;
}
];
paths: {
[k: string]: {
[k: string]: {
[k: string]: unknown;
};
};
};
components: {
[k: string]: unknown;
};
security: [
{
bearerAuth: unknown;
}
];
}
export declare const mtokenExample: Ntoken;

@@ -49,0 +17,0 @@ export declare type NCMtoken = {

{
"name": "f5-conx-core",
"author": "F5 Networks",
"version": "0.17.1",
"version": "0.17.2",
"description": "F5 SDK for JavaScript with Typescript type definitions",

@@ -6,0 +6,0 @@ "license": "SEE LICENSE IN LICENSE file",

Sorry, the diff of this file is not supported yet

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