@pusher/push-notifications-server
Advanced tools
Comparing version 0.11.0 to 1.0.0
{ | ||
"name": "@pusher/push-notifications-server", | ||
"version": "0.11.0", | ||
"version": "1.0.0", | ||
"description": "NodeJS Server SDK for Pusher Push Notifications", | ||
@@ -5,0 +5,0 @@ "main": "push-notifications.js", |
const https = require('https'); | ||
const SDK_VERSION = '0.10.6'; | ||
const SDK_VERSION = '1.0.0'; | ||
const INTERESTS_REGEX = new RegExp('^(_|\\-|=|@|,|\\.|;|[A-Z]|[a-z]|[0-9])*$'); | ||
@@ -5,0 +5,0 @@ const INTEREST_STRING_MAX_LENGTH = 164; |
@@ -123,3 +123,3 @@ const expect = require('chai').expect; | ||
authorization: 'Bearer SECRET_KEY', | ||
'x-pusher-library': 'pusher-push-notifications-node 0.10.6', | ||
'x-pusher-library': 'pusher-push-notifications-node 1.0.0', | ||
host: 'instance_id.pushnotifications.pusher.com' | ||
@@ -126,0 +126,0 @@ }); |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
51183
11
1