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.1.0 to 0.1.1

3

lib/impl/getForm.js

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

if(formResults === null || formResults === undefined){
if((formResults === null || formResults === undefined) && !(options.getAllForms === true)){
return cb(new Error("No form exists matching id " + options.formId));

@@ -49,0 +50,0 @@ }

{
"name": "fh-forms",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cloud Forms API for form submission",

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

@@ -66,7 +66,5 @@ require('./../Fixtures/env.js');

finish();
});
};
//Adding data needed for the test

@@ -73,0 +71,0 @@ function createTestData(assert, cb){

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