New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

actbase-cli

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actbase-cli - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

dist/codepush.js

@@ -265,3 +265,3 @@ "use strict";

if (!device) {
const selected = (0, _utils.select)('On which platform do you want to deploy?', ['All Device', 'iOS', 'Android']);
const selected = yield (0, _utils.select)('On which platform do you want to deploy?', ['All Device', 'iOS', 'Android']);
device = selected.value.toLowerCase();

@@ -268,0 +268,0 @@ }

@@ -86,3 +86,3 @@ "use strict";

if (((_config2 = _config) === null || _config2 === void 0 ? void 0 : _config2.preset) === undefined) {
const value = (0, _utils.select)('What kind of file do you want?', ['Google Docs', 'Spreadsheet File (xlsx)']);
const value = yield (0, _utils.select)('What kind of file do you want?', ['Google Docs', 'Spreadsheet File (xlsx)']);
_config.preset = value === null || value === void 0 ? void 0 : value.id;

@@ -89,0 +89,0 @@ }

{
"name": "actbase-cli",
"version": "0.0.17",
"version": "0.0.18",
"description": "Actbase Command Line Interface",

@@ -5,0 +5,0 @@ "author": "Trabricks LLC",

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