Comparing version 11.3.0 to 11.4.0
@@ -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>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21090
401
0