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

apns2

Package Overview
Dependencies
Maintainers
0
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 12.1.0-beta.1 to 12.1.0-beta.2

2

dist/cjs/errors.js

@@ -44,3 +44,3 @@ "use strict";

constructor(props) {
super("APNS Error");
super(`APNS Error: ${props.statusCode} - ${props.response.reason}`);
this.statusCode = props.statusCode;

@@ -47,0 +47,0 @@ this.notification = props.notification;

@@ -41,3 +41,3 @@ export var Errors;

constructor(props) {
super("APNS Error");
super(`APNS Error: ${props.statusCode} - ${props.response.reason}`);
this.statusCode = props.statusCode;

@@ -44,0 +44,0 @@ this.notification = props.notification;

{
"name": "apns2",
"version": "12.1.0-beta.1",
"version": "12.1.0-beta.2",
"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