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

flex-plugins-api-client

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-plugins-api-client - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

23

dist/clients/client.d.ts

@@ -8,14 +8,15 @@ import { HttpClient } from 'flex-plugins-api-utils';

}
export interface Meta {
page: number;
page_size: number;
first_page_url: string;
previous_page_url: string | null;
url: string;
next_page_url?: string;
key: string;
next_token?: string;
previous_token?: string;
}
export interface PaginationMeta {
meta: {
page: number;
page_size: number;
first_page_url: string;
previous_page_url: string;
url: string;
next_page_url?: string;
key: string;
next_token?: string;
previous_token?: string;
};
meta: Meta;
}

@@ -22,0 +23,0 @@ export interface PluginServiceHttpOption {

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

export { default as PluginServiceHTTPClient } from './clients/client';
export { default as PluginServiceHTTPClient, PaginationMeta, Pagination } from './clients/client';
export { default as PluginsClient, PluginResource, PluginResourcePage, UpdatePluginResource, CreatePluginResource, } from './clients/plugins';

@@ -3,0 +3,0 @@ export { default as PluginVersionsClient, PluginVersionResource, PluginVersionResourcePage, CreatePluginVersionResource, } from './clients/pluginVersions';

{
"name": "flex-plugins-api-client",
"version": "0.13.0",
"version": "0.14.0",
"description": "Flex Plugins API Client",

@@ -46,6 +46,6 @@ "keywords": [

"dependencies": {
"flex-plugins-api-utils": "^0.13.0",
"flex-plugins-api-utils": "^0.14.0",
"lodash.upperfirst": "^4.3.1"
},
"gitHead": "5b61319b4e8e90f697c7ed61f1fbb8c533e39aa3",
"gitHead": "f1331d908b49485488b8d9a717ec742ab3f170ba",
"devDependencies": {

@@ -52,0 +52,0 @@ "@types/lodash.upperfirst": "^4.3.6"

Sorry, the diff of this file is not supported yet

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