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.34.5 to 0.34.6

4

built/downloader.js

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

: {};
if (useCached && info.manifest) {
if (useCached && info.manifest && info.webConfig) {
let needsUpdate = false;

@@ -193,3 +193,3 @@ if (!info.updateCheckedAt ||

cfg.manifestUrl = webAppUrl; // use index.html if no manifest
if (info.manifestUrl != cfg.manifestUrl) {
if (info.manifestUrl != cfg.manifestUrl || !info.webConfig) {
info.manifestUrl = cfg.manifestUrl;

@@ -196,0 +196,0 @@ info.manifestEtag = null;

{
"name": "makecode",
"version": "0.34.5",
"version": "0.34.6",
"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