Socket
Socket
Sign inDemoInstall

@ajustee/cc-frontoffice-browser

Package Overview
Dependencies
0
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.8 to 0.1.9

2

lib/index.d.ts

@@ -18,4 +18,4 @@ export declare const enum CcDataType {

constructor(url: string, headers?: Record<string, string> | undefined);
getConfigKeys(headers?: Record<string, string>, path?: string): Promise<CcKey[]>;
getConfigKeys(path?: string, headers?: Record<string, string>): Promise<CcKey[]>;
private getConfigKeys2;
}

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

;
async getConfigKeys(headers, path) {
async getConfigKeys(path, headers) {
if (!this.appId)

@@ -30,3 +30,3 @@ throw new Error('App id is not defined.');

}
async getConfigKeys2(headers, path) {
async getConfigKeys2(path, headers) {
if (!this.appId)

@@ -33,0 +33,0 @@ throw new Error('App id is not defined.');

{
"name": "@ajustee/cc-frontoffice-browser",
"version": "0.1.8",
"version": "0.1.9",
"description": "Ajustee Config Center FrontOffice Browser API",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc