New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pusher/push-notifications-server

Package Overview
Dependencies
Maintainers
8
Versions
18
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 0.11.0 to 1.0.0

CHANGELOG.md

2

package.json
{
"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 @@ });

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