
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@webiny/wcp
Advanced tools
@webiny/wcpA set of Webiny Control Panel (WCP)-related utilities.
npm install --save @webiny/wcp
Or if you prefer yarn:
yarn add @webiny/wcp
The @webiny/wcp package contains essential Webiny Control Panel (WCP)-related utilities.
| Example | Description |
|---|---|
| Retrieve WCP URLs | Shows how to retrieve WCP API and app URLs. |
getWcpAppUrl
export declare const getWcpAppUrl: (path?: string | undefined) => string;
Returns WCP app URL. The default URL can be overridden via the WCP_APP_URL environment variable.
import { getWcpAppUrl } from "@webiny/wcp";
console.log(getWcpAppUrl()); // Returns "https://d3mudimnmgk2a9.cloudfront.net".
getWcpApiUrl
export declare const getWcpApiUrl: (path?: string | undefined) => string;
Returns WCP API URL. The default URL can be overridden via the WCP_API_URL environment variable.
import { getWcpApiUrl } from "@webiny/wcp";
console.log(getWcpApiUrl()); // Returns "https://d3mudimnmgk2a9.cloudfront.net".
getWcpGqlApiUrl
export declare const getWcpGqlApiUrl: (path?: string | undefined) => string;
Returns WCP GraphQL API URL.
import { getWcpGqlApiUrl } from "@webiny/wcp";
console.log(getWcpGqlApiUrl()); // Returns "https://d3mudimnmgk2a9.cloudfront.net/graphql".
FAQs
A set of Webiny Control Panel (WCP)-related utilities.
The npm package @webiny/wcp receives a total of 94 weekly downloads. As such, @webiny/wcp popularity was classified as not popular.
We found that @webiny/wcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.