New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eliumhq/elium-mixpanel

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eliumhq/elium-mixpanel - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.5.2"></a>
## [2.5.2](https://gitlab.com/elium/product/elium-mixpanel/compare/v2.5.1...v2.5.2) (2018-11-06)
### Bug Fixes
* make sure to keep the most recent notifications in localstorage ([511c757](https://gitlab.com/elium/product/elium-mixpanel/commit/511c757))
<a name="2.5.1"></a>

@@ -7,0 +17,0 @@ ## [2.5.1](https://gitlab.com/elium/product/elium-mixpanel/compare/v2.5.0...v2.5.1) (2018-11-02)

2

lib/PollNotifications.js

@@ -58,3 +58,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";

var seenNotificationIDs = localstorage.get(STORAGE_KEY) || [];
seenNotificationIDs.push(notification.id);
seenNotificationIDs.unshift(notification.id);
localstorage.set(STORAGE_KEY, seenNotificationIDs.slice(0, 100)); // only keep last 100 ids

@@ -61,0 +61,0 @@ }

{
"name": "@eliumhq/elium-mixpanel",
"version": "2.5.1",
"version": "2.5.2",
"description": "Mixpanel integration for elium projects",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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