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.4 to 0.1.5

4

index.js
var defaults = {
url: "http://api.jotform.com",
url: "https://api.jotform.com",
apiKey: undefined,
version: "latest",
debug: false,
timeout: null
timeout: 10000 // 10 seconds
}

@@ -8,0 +8,0 @@

var defaults = {
url: "http://api.jotform.com",
url: "https://api.jotform.com",
apiKey: undefined,
version: "latest",
debug: false
debug: false,
timeout: 10000 // 10 seconds
}

@@ -7,0 +8,0 @@

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

"description": "jotform API nodejs client",
"version": "0.1.4",
"version": "0.1.5",
"directories": {

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

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