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 1.2.0 to 1.3.0

3

built/cli.js

@@ -207,2 +207,5 @@ "use strict";

.action(commands_1.searchCommand);
createCommand("share")
.description("creates a public share link for the project")
.action(commands_1.shareCommand);
createCommand("stack", { hidden: true })

@@ -209,0 +212,0 @@ .description("expand stack trace")

4

built/nodeHost.js

@@ -11,2 +11,3 @@ "use strict";

const zlib = require("zlib");
const crypto = require("crypto");
const languageService_1 = require("./languageService");

@@ -31,3 +32,4 @@ const deploy_1 = require("./deploy");

bufferToString: buffer => new util.TextDecoder("utf8").decode(buffer),
stringToBuffer: (str, encoding) => Buffer.from(str, encoding)
stringToBuffer: (str, encoding) => Buffer.from(str, encoding),
guidGen: () => crypto.randomUUID()
};

@@ -34,0 +36,0 @@ }

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

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

Sorry, the diff of this file is not supported yet

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