Socket
Socket
Sign inDemoInstall

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.34.1 to 0.34.2

4

built/cli.js

@@ -122,3 +122,5 @@ "use strict";

const port = parseInt(opts.port) || 7001;
msg(`simulator web server at http://127.0.0.1:${port}`);
const url = `http://127.0.0.1:${port}`;
msg(`simulator at ${url}`);
msg(`jacdac+simulator at https://microsoft.github.io/jacdac-docs/clients/javascript/devtools#${encodeURIComponent(url)}}`);
(0, simserver_1.startSimServer)(prj.editor, port);

@@ -125,0 +127,0 @@ });

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

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

Sorry, the diff of this file is not supported yet

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