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

fh-mbaas-client

Package Overview
Dependencies
Maintainers
5
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.7.0-97 to 0.7.0-100

21

lib/admin/appforms/dataSources.js

@@ -99,2 +99,18 @@ var config = require('../../config/config.js');

/**
* Get A Single Data Source Audit Log Entry
* @param params
* - id: Audit Log ID
* - environment: Environment ID
* - domain: Domain To Make The Request Against
* @param cb
*/
function getAuditLogEntry(params, cb){
params.resourcePath = config.addURIParams(constants.FORMS_BASE_PATH + "/data_sources/audit_logs/:id", params);
params.method = "GET";
params.data = {};
mbaasRequest.admin(params, cb);
}
module.exports = {

@@ -107,3 +123,4 @@ list: list,

remove: remove,
getAuditLogs: getAuditLogs
};
getAuditLogs: getAuditLogs,
getAuditLogEntry: getAuditLogEntry
};

2

npm-shrinkwrap.json
{
"name": "fh-mbaas-client",
"version": "0.7.0-97",
"version": "0.7.0-100",
"dependencies": {

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

{
"name": "fh-mbaas-client",
"description": "FeedHenry MBaaS Client",
"version": "0.7.0-97",
"version": "0.7.0-100",
"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