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

@figuredev/business-config-sdk

Package Overview
Dependencies
Maintainers
4
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/business-config-sdk - npm Package Compare versions

Comparing version 0.9.10 to 0.9.11

5

lib/index.d.ts

@@ -32,2 +32,5 @@ import { UserContext } from "./utils";

};
export declare type GetSchematizedQueryParams = {
locationId?: string;
};
export declare class BusinessConfigClient {

@@ -51,4 +54,4 @@ private config;

getSettings(ctx: UserContext, params: GetSettingsQueryParams): Promise<SettingDTO[]>;
getSchematized(ctx: UserContext): Promise<Record<string, SchematizedPageGroup>>;
getSchematized(ctx: UserContext, params?: GetSchematizedQueryParams): Promise<Record<string, SchematizedPageGroup>>;
}
export {};

3

lib/index.js

@@ -148,3 +148,3 @@ "use strict";

}
getSchematized(ctx) {
getSchematized(ctx, params) {
return __awaiter(this, void 0, void 0, function* () {

@@ -157,2 +157,3 @@ return yield axios_1.default

headers: this.prepareHeaders(ctx),
params: params
})

@@ -159,0 +160,0 @@ .then((r) => r.data);

{
"name": "@figuredev/business-config-sdk",
"version": "0.9.10",
"version": "0.9.11",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

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