appc-platform-sdk
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -96,5 +96,5 @@ /** | ||
session.id = id; | ||
session.jar = new tough.CookieJar(); | ||
session.jar = request.jar(); | ||
session.jar.setCookie(cookie, AppC.baseurl, function(err, cookie){ | ||
session.jar.setCookie(cookie.toString(), AppC.baseurl, function(err, cookie){ | ||
if (err) { return callback(err); } | ||
@@ -101,0 +101,0 @@ if (!cookie) { return callback(new Error("session cookie not set")); } |
{ | ||
"name": "appc-platform-sdk", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Appcelerator Platform SDK for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22399
1