Socket
Socket
Sign inDemoInstall

@zappar/zapworks-cli

Package Overview
Dependencies
330
Maintainers
10
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

5

out/src/serve/serve.js

@@ -51,2 +51,7 @@ "use strict";

mimetypes: writeTempFile(MIMETYPES),
cors: true,
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Credentials': 'true',
},
});

@@ -53,0 +58,0 @@ server.listen(settings.port, settings.localNetwork ? '0.0.0.0' : 'localhost', undefined, () => {

2

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

@@ -5,0 +5,0 @@ "main": "out/cli.js",

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