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

@pusher/push-notifications-server

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pusher/push-notifications-server - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

4

CHANGELOG.md
# Changelog
## 1.2.5
* [CHANGED] Added `data` type for `ApnsPayload`
## 1.2.4

@@ -4,0 +8,0 @@

@@ -159,2 +159,6 @@ declare namespace PushNotifications {

aps: ApsPayload;
/**
* Specifies the custom key-value pairs of the message's payload
*/
data?: object;
}

@@ -161,0 +165,0 @@

2

package.json
{
"name": "@pusher/push-notifications-server",
"version": "1.2.4",
"version": "1.2.5",
"description": "NodeJS Server SDK for Pusher Push Notifications",

@@ -5,0 +5,0 @@ "main": "push-notifications.js",

Sorry, the diff of this file is not supported yet

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