@prifina/messaging
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -149,3 +149,3 @@ 'use strict'; | ||
if (typeof filter !== "undefined" && Object.keys(filter).length > 0) { | ||
filteredMsgs = JSON.parse(unreadMsgs).filter(function (m) { | ||
filteredMsgs = unreadMsgs.filter(function (m) { | ||
var filterMatch = false; | ||
@@ -152,0 +152,0 @@ Object.keys(filter).forEach(function (f) { |
@@ -145,3 +145,3 @@ import { typeof as _typeof } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
if (typeof filter !== "undefined" && Object.keys(filter).length > 0) { | ||
filteredMsgs = JSON.parse(unreadMsgs).filter(function (m) { | ||
filteredMsgs = unreadMsgs.filter(function (m) { | ||
var filterMatch = false; | ||
@@ -148,0 +148,0 @@ Object.keys(filter).forEach(function (f) { |
{ | ||
"name": "@prifina/messaging", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Prifina Messaging Component", | ||
@@ -51,3 +51,3 @@ "author": "Tero <tero@prifina.com>", | ||
}, | ||
"gitHead": "8b1a8b1c811e812d0bae141937b187c131262a06" | ||
"gitHead": "d2fb9674d2cdfa28e50aaace6922efcd79fe0cd6" | ||
} |
@@ -154,3 +154,3 @@ export const getInfo = () => { | ||
if (typeof filter !== "undefined" && Object.keys(filter).length > 0) { | ||
filteredMsgs = JSON.parse(unreadMsgs).filter((m) => { | ||
filteredMsgs = unreadMsgs.filter((m) => { | ||
let filterMatch = false; | ||
@@ -157,0 +157,0 @@ Object.keys(filter).forEach((f) => { |
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
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
40200