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

apns2

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apns2 - npm Package Compare versions

Comparing version 11.3.0 to 11.4.0

4

dist/notifications/constants/push-type.d.ts

@@ -8,3 +8,5 @@ export declare enum PushType {

mdm = "mdm",
liveactivity = "liveactivity"
liveactivity = "liveactivity",
location = "location",
pushtotalk = "pushtotalk"
}

@@ -13,2 +13,4 @@ "use strict";

PushType["liveactivity"] = "liveactivity";
PushType["location"] = "location";
PushType["pushtotalk"] = "pushtotalk";
})(PushType || (exports.PushType = PushType = {}));
{
"name": "apns2",
"version": "11.3.0",
"version": "11.4.0",
"description": "Node client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.",

@@ -5,0 +5,0 @@ "author": "Andrew Barba <barba@hey.com>",

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