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.5.11 to 0.5.12

5

lib/impl/updateForm.js

@@ -181,3 +181,2 @@ var async = require('async');

toDelete = _.difference(inDB,toUpdate);
cb(undefined, form, toDelete, toAdd, toUpdate, idSorted);

@@ -209,3 +208,3 @@

function createPages(form, toAdd, toUpdate, idSorted, cb){
async.each(toAdd, function createPage (item, callback){
async.eachSeries(toAdd, function createPage (item, callback){
var localItem = JSON.parse(JSON.stringify(item));

@@ -215,3 +214,2 @@ updateCreateFields(localItem.fields, function (err, fieldIds) {

localItem.fields = fieldIds; // replace field objects with field ids
var f = new pageModel(localItem);

@@ -306,5 +304,4 @@ f.save(function (err, ok){

form.markModified("lastUpdated");
form.save(cb);
});
};

2

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

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

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

0.5.11-44
0.5.12-46
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