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

notifications-panel

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notifications-panel

The core notifications panel for WordPress.com notifications

  • 2.2.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-98.19%
Maintainers
7
Weekly downloads
 
Created
Source

WordPress.com Notifications Panel

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
} } />

Contributing

The following sections describe what is required in order to locally develop this application.

Authentication domain

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

Installation

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

Developing

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

Package last updated on 19 Sep 2018

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

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