Socket
Socket
Sign inDemoInstall

@zappar/zapworks-cli

Package Overview
Dependencies
330
Maintainers
11
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0-beta.0 to 2.1.0-beta.1

4

out/src/cli.js

@@ -319,2 +319,6 @@ "use strict";

const parsedArguments = parseArgumentsIntoOptions(args);
if (!parsedArguments.arg1) {
(0, help_1.default)();
return;
}
if (parsedArguments.initialise.triggered) {

@@ -321,0 +325,0 @@ const options = await promptForMissingInitOptions(parsedArguments);

5

package.json
{
"name": "@zappar/zapworks-cli",
"version": "2.1.0-beta.0",
"version": "2.1.0-beta.1",
"description": "A command-line utility to help you build and publish augmented reality experiences with ZapWorks",

@@ -22,3 +22,4 @@ "main": "out/cli.js",

"cli:help": "node_modules/.bin/tsc && node bin/zapworks help",
"cli:serve": "node_modules/.bin/tsc && node bin/zapworks serve"
"cli:serve": "node_modules/.bin/tsc && node bin/zapworks serve",
"cli:cli": "node_modules/.bin/tsc && node bin/zapworks"
},

@@ -25,0 +26,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc