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

fh-mbaas-client

Package Overview
Dependencies
Maintainers
4
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-82 to 0.6.0-87

19

lib/admin/appforms/dataSources.js

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

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

@@ -90,3 +106,4 @@ list: list,

refresh: refresh,
remove: remove
remove: remove,
getAuditLogs: getAuditLogs
};

2

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

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

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

@@ -28,5 +28,6 @@ "main": "index.js",

"plato": "1.0.1",
"proxyquire": "0.4.1"
"proxyquire": "0.4.1",
"sinon": "^1.17.2"
},
"license": "Copyright (c) 2014 FeedHenry Ltd, All Rights Reserved."
}
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