Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appc-platform-sdk

Package Overview
Dependencies
Maintainers
4
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appc-platform-sdk - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

lib/auth.js

@@ -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",

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