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

fh-mbaas-api

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-mbaas-api - npm Package Compare versions

Comparing version 3.0.0-beta7 to 3.0.0-beta8

4

lib/db.js

@@ -31,7 +31,7 @@ var http = require('http'),

// Type required for all but list operations, where we can list collections by omitting the type param
if (params.act !== 'list' && params.type == undefined) throw new Error("'type' undefined in params. See documentation of $fh.db for proper usage");
if (params.act !== 'list' && params.act !== 'close' && params.type == undefined) throw new Error("'type' undefined in params. See documentation of $fh.db for proper usage");
if (appname == undefined) throw new Error("Internal error - no appId defined");
params.__fhdb = appname;

@@ -38,0 +38,0 @@ //If there is a mongo connection url, then the one-db-per-app parameter must be set for the request

{
"name": "fh-mbaas-api",
"version": "3.0.0-beta7",
"version": "3.0.0-beta8",
"description": "FeedHenry MBAAS Cloud APIs",

@@ -15,3 +15,3 @@ "main": "lib/api.js",

"fh-forms": "0.5.10",
"fh-db": "0.4.11-264",
"fh-db": "~0.4.12",
"fh-security": "0.1.2-3"

@@ -18,0 +18,0 @@ },

@@ -1,1 +0,1 @@

3.0.0-beta7-27
3.0.0-beta8-36
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