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

fh-forms

Package Overview
Dependencies
Maintainers
1
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-forms - npm Package Compare versions

Comparing version 0.2.30 to 0.2.31

10

lib/impl/getSubmissions.js

@@ -109,4 +109,10 @@ var models = require('../common/models.js')();

var name = "Unknown";
if(params.appMap && params.appMap[appId]) {
name = params.appMap[appId].name;
if(params.appMap && params.appMap.result) {
var len = params.appMap.result.length;
for(var i=0; i < len; i++){
if(params.appMap.result[i].guid === appId){
name = params.appMap.result[i].title;
break;
}
}
}

@@ -113,0 +119,0 @@ return name;

2

package.json
{
"name": "fh-forms",
"version": "0.2.30",
"version": "0.2.31",
"description": "Cloud Forms API for form submission",

@@ -5,0 +5,0 @@ "main": "lib/forms.js",

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

0.2.30-9
0.2.31-12
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