🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@automattic/request-external-access

Package Overview
Dependencies
Maintainers
59
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automattic/request-external-access

Utility for requesting authorization of sharing services.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
59
Created
Source

Request External Access

Utility for requesting authorization of sharing services.

Usage

import requestExternalAccess from '@automattic/request-external-access';

requestExternalAccess( serviceURL, ( { keyring_id } ) => {
	if ( ! keyring_id ) {
		return;
	}

	newKeyringConnection( keyring_id );
} );

Keywords

wordpress

FAQs

Package last updated on 17 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts