Socket
Socket
Sign inDemoInstall

@zappar/zapworks-cli

Package Overview
Dependencies
449
Maintainers
11
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

5

CHANGELOG.md
# Changelog
## [0.7.1] - 2021-05-12
### Changed
- Renamed `package.json` scripts.
## [0.7.0] - 2021-05-12

@@ -5,0 +10,0 @@ - Updated dependencies.

10

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

@@ -12,8 +12,8 @@ "main": "out/cli.js",

"test": "mocha -r ts-node/register src/tests/*.spec.ts",
"start": "node bin/zapworks",
"train": "node bin/zapworks train",
"cli:start": "node bin/zapworks",
"cli:train": "node bin/zapworks train",
"build": "node_modules/.bin/tsc",
"build:zpp": "cd modules/zpp && npm run build",
"publish": "node_modules/.bin/tsc && node bin/zapworks publish",
"crush": "node_modules/.bin/tsc && node bin/zapworks zppclean"
"cli:publish": "node_modules/.bin/tsc && node bin/zapworks publish",
"cli:crush": "node_modules/.bin/tsc && node bin/zapworks zppclean"
},

@@ -20,0 +20,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