alicezetion 1.5.6 → 1.5.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":8334763386676073600,"last_updated":{"seconds":1693575995,"nanos":641192000}}
|
package/index.js
CHANGED
@@ -108,7 +108,6 @@ function buildAPI(globalOptions, html, jar) {
|
|
108
108
|
}
|
109
109
|
}
|
110
110
|
}
|
111
|
-
} catch (err) {}
|
112
111
|
|
113
112
|
var ctx = {
|
114
113
|
userID: userID,
|
@@ -196,6 +195,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
196
195
|
});
|
197
196
|
|
198
197
|
return [ctx, defaultFuncs, api];
|
198
|
+
} catch (err) {}
|
199
199
|
}
|
200
200
|
|
201
201
|
function makeLogin(jar, email, password, loginOptions, callback, prCallback) {
|