Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

makecode

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makecode - npm Package Compare versions

Comparing version 0.32.3 to 0.33.0

4

built/cli.js

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

const prj = yield resolveProject(opts, !!opts.watch);
const port = parseInt(opts.port) || 7000;
const port = parseInt(opts.port) || 7001;
msg(`simulator web server at http://127.0.0.1:${port}`);

@@ -762,3 +762,3 @@ (0, simserver_1.startSimServer)(prj.editor, port);

.option("--no-watch", "do not watch source files")
.option("-p, --port <number>", "port to listen at, default to 7000")
.option("-p, --port <number>", "port to listen at, default to 7001")
.option("-u, --update", "check for web-app updates")

@@ -765,0 +765,0 @@ .option("-c, --config-path <file>", 'set configuration file path (default: "mkc.json")')

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

};
function startSimServer(ed, port = 7000) {
function startSimServer(ed, port = 7001) {
http.createServer((request, response) => __awaiter(this, void 0, void 0, function* () {

@@ -24,0 +24,0 @@ let path = request.url;

{
"name": "makecode",
"version": "0.32.3",
"version": "0.33.0",
"description": "MakeCode (PXT) - web-cached build tool",

@@ -5,0 +5,0 @@ "keywords": [

@@ -120,3 +120,3 @@ # MKC - command line tool for MakeCode editors

Use `mkc serve` to start a watch-build and localhost server with simulator.
Defaults to http://127.0.0.1:7000
Defaults to http://127.0.0.1:7001

@@ -123,0 +123,0 @@ ```

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