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

@bufferapp/notifications

Package Overview
Dependencies
Maintainers
13
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/notifications - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

coverage/clover.xml

5

package.json
{
"name": "@bufferapp/notifications",
"version": "1.4.0",
"version": "1.5.0",
"description": "Display application notifications",

@@ -14,3 +14,4 @@ "main": "index.js",

"dependencies": {
"@bufferapp/components": "1.0.9"
"@bufferapp/components": "2.1.5",
"@bufferapp/keywrapper": "0.2.0"
},

@@ -17,0 +18,0 @@ "devDependencies": {

13

reducer.js
import uuid from 'uuid';
import keyWrapper from '@bufferapp/keywrapper';
export const actionTypes = {
CREATE_NOTIFICATION: 'CREATE_NOTIFICATION',
CREATE_NOTIFICATION_COMPLETE: 'CREATE_NOTIFICATION_COMPLETE',
DELETE_NOTIFICATION: 'DELETE_NOTIFICATION',
DELETE_NOTIFICATION_COMPLETE: 'DELETE_NOTIFICATION_COMPLETE',
};
export const actionTypes = keyWrapper('NOTIFICATIONS', {
CREATE_NOTIFICATION: 0,
CREATE_NOTIFICATION_COMPLETE: 0,
DELETE_NOTIFICATION: 0,
DELETE_NOTIFICATION_COMPLETE: 0,
});

@@ -10,0 +11,0 @@ const initialState = [];

Sorry, the diff of this file is not supported yet

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