Socket
Socket
Sign inDemoInstall

dex8-cli

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dex8-cli - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

2

bin/skript_templates/facebook-login/loginSession_save.js

@@ -11,3 +11,3 @@ /**

await echo.log(`+++++ loginSession_save +++++`);
await echo.log(`----- loginSession_save -----`);

@@ -14,0 +14,0 @@ // get cookies, local and session storage

@@ -49,3 +49,4 @@ const FunctionFlow = require('@mikosoft/functionflow');

y = await ff.serial([loginOpenPage, loginSession_load, login, loginSession_save]); // fb login
y = await ff.serial([logout, browserClose, dbDisconnect]);
// y = await ff.one(logout); // after logout loginSession_load will not work
y = await ff.serial([browserClose, dbDisconnect]);

@@ -52,0 +53,0 @@

{
"name": "dex8-cli",
"version": "2.1.4",
"version": "2.1.5",
"title": "DEX8 CLI",

@@ -5,0 +5,0 @@ "description": "Dex8 CLI is a command line interface which helps developers to create and run dex8.com skripts (automated serverless scripts).",

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