Socket
Socket
Sign inDemoInstall

@forestadmin/forestadmin-client

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forestadmin/forestadmin-client - npm Package Compare versions

Comparing version 1.25.2 to 1.25.3

3

dist/types.d.ts

@@ -21,6 +21,5 @@ /// <reference types="node" />

instantCacheRefresh?: boolean;
};
export type ForestAdminClientOptionsWithDefaults = Required<ForestAdminClientOptions> & {
experimental?: unknown;
};
export type ForestAdminClientOptionsWithDefaults = Required<Omit<ForestAdminClientOptions, 'experimental'>> & Pick<ForestAdminClientOptions, 'experimental'>;
export type ForestAdminAuthServiceInterface = {

@@ -27,0 +26,0 @@ init: () => Promise<void>;

{
"name": "@forestadmin/forestadmin-client",
"version": "1.25.2",
"version": "1.25.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "GPL-3.0",

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