Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
notifications-panel
Advanced tools
Note This module is no longer being developed – its functionality has been rolled into Calypso. This module should no longer be used.
This repository contains the React component which displays WordPress.com notifications and provides for management of those notifications.
<NotificationsPanel { ...{
isVisible,
locale,
wpcom
} } />
The following sections describe what is required in order to locally develop this application.
When developing the app locally we need to fake its base URL because of the way that user authentication works.
The OAuth application will only respond to a select number of domain origins.
Thus the following line will need to exist in your local /etc/hosts
file.
The app will be served at this address when running the development server.
127.0.0.1 notifications.localhost
After setting up the local domain mapping install the application with the following sequence of commands:
git clone git@github.com:Automattic/notifications-panel.git
cd notifications-panel
npm install
With the code and dependent libraries installed run the development server with the following command:
npm start
After it boots up load the entry at notifications.localhost:8888 in your browser.
FAQs
The core notifications panel for WordPress.com notifications
We found that notifications-panel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.