@bufferapp/notifications
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"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": { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148827
35
875
2
1
+ Added@bufferapp/keywrapper@0.2.0
+ Added@bufferapp/components@2.1.5(transitive)
+ Added@bufferapp/keywrapper@0.2.0(transitive)
- Removed@bufferapp/components@1.0.9(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedprop-types@15.5.10(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removeduuid@3.0.1(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updated@bufferapp/components@2.1.5