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.30.1 to 0.30.2

4

built/bump.js

@@ -135,7 +135,7 @@ "use strict";

const currentVersion = collectCurrentVersion(configs);
let newV = currentVersion;
let newV;
if (release)
newV = (0, semver_1.inc)(currentVersion, release);
else
newV = yield queryAsync("New version", newV);
newV = yield queryAsync("New version", (0, semver_1.inc)(currentVersion, "patch"));
const newTag = "v" + newV;

@@ -142,0 +142,0 @@ mkc.log(`new version: ${newV}`);

{
"name": "makecode",
"version": "0.30.1",
"version": "0.30.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