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

fh-mbaas-client

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-mbaas-client - npm Package Compare versions

Comparing version 0.6.0-78 to 0.6.0-82

3

CHANGELOG.md

@@ -8,2 +8,5 @@ # Component: fh-mbaas-client

## 0.5.2 - 2015-11-24 - Graham Hillis
* RHMAP-3070 - Improve the email regex and use MBaaS when available for email
## 0.5.1 - 2015-10-07 - Craig Brookes/Graham Hillis

@@ -10,0 +13,0 @@ * FH-1067 - now also has app event creation api

@@ -6,2 +6,14 @@ var mbaasRequest = require('../../mbaasRequest/mbaasRequest.js');

/**
* Test Alert Emails on an MBaaS
* @param params
* @param cb
*/
function testEmails(params, cb) {
params.resourcePath = config.addURIParams(constants.ALERTS_BASE_PATH + '/testEmails', params);
params.method = 'POST';
params.data = params.data || {};
mbaasRequest.admin(params, cb);
}
/**
* Creating an Alert on an MBaaS

@@ -24,3 +36,3 @@ * @param params

function updateAlert(params, cb) {
params.resourcePath = config.addURIParams(constants.ALERTS_BASE_PATH + '/:id', params);

@@ -64,3 +76,4 @@ params.method = 'PUT';

"delete": deleteAlert,
list: listAlerts
};
list: listAlerts,
testEmails: testEmails
};

2

npm-shrinkwrap.json
{
"name": "fh-mbaas-client",
"version": "0.6.0-78",
"version": "0.6.0-82",
"dependencies": {

@@ -5,0 +5,0 @@ "bunyan": {

{
"name": "fh-mbaas-client",
"description": "FeedHenry MBaaS Client",
"version": "0.6.0-78",
"version": "0.6.0-82",
"author": "FeedHenry",

@@ -6,0 +6,0 @@ "main": "index.js",

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