New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jotform

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jotform - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -86,3 +86,3 @@ var defaults = {

var filter, offset, limit, orderby, direction;
var filter, offset, limit, orderby, direction, fullText;
if (query && typeof query === 'object') {

@@ -89,0 +89,0 @@ if (typeof query.filter === 'object' || query.filter) { filter = query.filter || filter; }

@@ -0,0 +0,0 @@ var defaults = {

@@ -10,3 +10,3 @@ {

"description": "jotform API nodejs client",
"version": "0.1.2",
"version": "0.1.3",
"directories": {

@@ -13,0 +13,0 @@ "test": "test"

@@ -0,0 +0,0 @@ jotform-api-nodejs

@@ -0,0 +0,0 @@ var jf = require('JotForm');

@@ -0,0 +0,0 @@ var jf = require("../JotForm")

Sorry, the diff of this file is not supported yet

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