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

@prifina/messaging

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prifina/messaging - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

dist/cjs/Data.js

@@ -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) => {

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