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

aerogear-sender-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aerogear-sender-client - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

3

lib/aerogear-sender-client.js

@@ -84,3 +84,4 @@ /* Node.js Sender API for the AeroGear Unified Push server

"Accept": "application/json",
"Content-type": "application/json"
"Content-type": "application/json",
"aerogear-sender": "AeroGear Node.js Sender"
},

@@ -87,0 +88,0 @@ auth: settings.applicationID + ":" + settings.masterSecret,

{
"name": "aerogear-sender-client",
"version": "0.4.0",
"version": "0.5.0",
"description": "Sender api for the AeroGear Unified Push server",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/aerogear/aerogear-unifiedpush-nodejs-client",

@@ -58,2 +58,3 @@ var chai = require( "chai" ),

.matchHeader('Accept', 'application/json')
.matchHeader('aerogear-sender', 'AeroGear Node.js Sender')
.matchHeader('Content-type', 'application/json')

@@ -75,2 +76,3 @@ .post( "/ag-push/rest/sender/" )

.matchHeader('Accept', 'application/json')
.matchHeader('aerogear-sender', 'AeroGear Node.js Sender')
.matchHeader('Content-type', 'application/json')

@@ -108,2 +110,3 @@ .post( "/ag-push/rest/sender/" ).reply( 400,{} );

.matchHeader('Accept', 'application/json')
.matchHeader('aerogear-sender', 'AeroGear Node.js Sender')
.matchHeader('Content-type', 'application/json')

@@ -125,2 +128,3 @@ .post( "/ag-push/rest/sender/" )

.matchHeader('Accept', 'application/json')
.matchHeader('aerogear-sender', 'AeroGear Node.js Sender')
.matchHeader('Content-type', 'application/json')

@@ -158,2 +162,3 @@ .post( "/ag-push/rest/sender/" ).reply( 400,{} );

.matchHeader('Accept', 'application/json')
.matchHeader('aerogear-sender', 'AeroGear Node.js Sender')
.matchHeader('Content-type', 'application/json')

@@ -175,2 +180,3 @@ .post( "/ag-push/rest/sender/" )

.matchHeader('Accept', 'application/json')
.matchHeader('aerogear-sender', 'AeroGear Node.js Sender')
.matchHeader('Content-type', 'application/json')

@@ -234,2 +240,3 @@ .post( "/ag-push/rest/sender/" ).reply( 400,{} );

.matchHeader('Accept', 'application/json')
.matchHeader('aerogear-sender', 'AeroGear Node.js Sender')
.matchHeader('Content-type', 'application/json')

@@ -256,2 +263,3 @@ .post( "/ag-push/rest/sender/" )

.matchHeader('Accept', 'application/json')
.matchHeader('aerogear-sender', 'AeroGear Node.js Sender')
.matchHeader('Content-type', 'application/json')

@@ -258,0 +266,0 @@ .post( "/ag-push/rest/sender/" )

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