Comparing version 0.1.4 to 0.1.5
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" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
55560
8
1044