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

@ubnt/uid-agent-component

Package Overview
Dependencies
Maintainers
207
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ubnt/uid-agent-component - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

CHANGELOG.md

3

lib/hook/useBackup.d.ts

@@ -11,3 +11,3 @@ import { SwaiFetch, SafeStorage, ServiceTypeProp } from 'SRC/types';

} | null;
export declare const useBackup: ({ isOldUOS, consoleId, consoleRootUrl, swaiFetch, safeLocalStorage, onDeactivateCallback, onChangeStep }: {
export declare const useBackup: ({ isOldUOS, consoleId, consoleRootUrl, swaiFetch, safeLocalStorage, onDeactivateCallback, onChangeStep, onCallback }: {
isOldUOS: boolean;

@@ -20,2 +20,3 @@ consoleId: string;

onDeactivateCallback?: ((deactivate: boolean) => void) | undefined;
onCallback?: ((type: string) => void) | undefined;
}) => {

@@ -22,0 +23,0 @@ open: boolean | (() => void);

{
"name": "@ubnt/uid-agent-component",
"version": "2.0.8",
"version": "2.0.9",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "ISC",

Sorry, the diff of this file is too big to display

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