Socket
Socket
Sign inDemoInstall

@bufferapp/analyze-png-export

Package Overview
Dependencies
45
Maintainers
35
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.56.0 to 1.76.0

2

middleware.js

@@ -13,3 +13,3 @@ import { actions as analyticsActions } from '@bufferapp/analytics-middleware';

case actionTypes.EXPORT_TO_PNG_START:
store.dispatch(analyticsActions.trackEvent('Page Exported', {
store.dispatch(analyticsActions.trackEvent('pageExported', {
days: getNumOfDaysForDateRange(date),

@@ -16,0 +16,0 @@ exportType: 'png',

@@ -124,3 +124,3 @@ /* eslint-disable import/first */

expect(analyticsActions.trackEvent)
.toHaveBeenCalledWith('Page Exported', {
.toHaveBeenCalledWith('pageExported', {
channel: 'twitter',

@@ -127,0 +127,0 @@ days: 11,

{
"name": "@bufferapp/analyze-png-export",
"version": "1.56.0",
"version": "1.76.0",
"description": "PNG export button",

@@ -27,3 +27,3 @@ "main": "index.js",

},
"gitHead": "cc22a98fe20db394dc94c4d849391971fab903f3"
"gitHead": "975cf467d03ca2ef0c494d7c77893343ca0b968c"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc