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

flex-plugins-api-utils

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.12.1 to 0.13.0

1

dist/http.d.ts

@@ -23,3 +23,2 @@ import { AxiosInstance } from 'axios';

private static transformResponseError;
list<R>(uri: string, option?: RequestOption): Promise<R[]>;
get<R>(uri: string, option?: RequestOption): Promise<R>;

@@ -26,0 +25,0 @@ post<R>(uri: string, data: object): Promise<R>;

@@ -135,9 +135,2 @@ "use strict";

};
Http.prototype.list = function (uri, option) {
return __awaiter(this, void 0, void 0, function () {
return __generator(this, function (_a) {
return [2, this.get(uri, option)];
});
});
};
Http.prototype.get = function (uri, option) {

@@ -144,0 +137,0 @@ return __awaiter(this, void 0, void 0, function () {

4

package.json
{
"name": "flex-plugins-api-utils",
"version": "0.12.1",
"version": "0.13.0",
"description": "Flex Plugins API Utils",

@@ -58,3 +58,3 @@ "keywords": [

},
"gitHead": "da7682a5f1d9b4e2ce2cd1de80ec8f916cb87c62"
"gitHead": "5b61319b4e8e90f697c7ed61f1fbb8c533e39aa3"
}

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