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 1.1.0 to 1.1.1

2

built/bump.d.ts
/// <reference types="node" />
import * as mkc from "../../makecode-core/built/mkc";
import * as mkc from "makecode-core/built/mkc";
export interface SpawnOptions {

@@ -4,0 +4,0 @@ cmd: string;

@@ -6,6 +6,6 @@ "use strict";

const fs = require("fs");
const mkc = require("../../makecode-core/built/mkc");
const downloader_1 = require("../../makecode-core/built/downloader");
const mkc = require("makecode-core/built/mkc");
const downloader_1 = require("makecode-core/built/downloader");
const semver_1 = require("semver");
const files_1 = require("../../makecode-core/built/files");
const files_1 = require("makecode-core/built/files");
function spawnAsync(opts) {

@@ -12,0 +12,0 @@ opts.pipe = false;

import { Command } from "commander";
import { ProjectOptions, BuildOptions } from "../../makecode-core/built/commands";
import { ProjectOptions, BuildOptions } from "makecode-core/built/commands";
interface BumpOptions extends ProjectOptions {

@@ -4,0 +4,0 @@ versionFile?: string;

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

const node_watch_1 = require("node-watch");
const commands_1 = require("../../makecode-core/built/commands");
const loader_1 = require("../../makecode-core/built/loader");
const host_1 = require("../../makecode-core/built/host");
const mkc_1 = require("../../makecode-core/built/mkc");
const commands_1 = require("makecode-core/built/commands");
const loader_1 = require("makecode-core/built/loader");
const host_1 = require("makecode-core/built/host");
const mkc_1 = require("makecode-core/built/mkc");
const nodeHost_1 = require("./nodeHost");

@@ -13,0 +13,0 @@ const bump_1 = require("./bump");

/// <reference types="node" />
import * as vm from "vm";
import * as mkc from "../../makecode-core/built/mkc";
import { WebConfig } from "../../makecode-core/built/downloader";
import { CompileOptions } from "../../makecode-core/built/service";
import { LanguageService, SimpleDriverCallbacks } from "../../makecode-core/built/host";
import * as mkc from "makecode-core/built/mkc";
import { WebConfig } from "makecode-core/built/downloader";
import { CompileOptions } from "makecode-core/built/service";
import { LanguageService, SimpleDriverCallbacks } from "makecode-core/built/host";
export declare class NodeLanguageService implements LanguageService {

@@ -8,0 +8,0 @@ editor: mkc.DownloadedEditor;

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

const util = require("util");
const mkc = require("../../makecode-core/built/mkc");
const mkc = require("makecode-core/built/mkc");
class NodeLanguageService {

@@ -9,0 +9,0 @@ constructor(editor) {

@@ -1,2 +0,2 @@

import { Host } from "../../makecode-core/built/host";
import { Host } from "makecode-core/built/host";
export declare function createNodeHost(): Host;

@@ -1,2 +0,2 @@

import { DownloadedEditor } from "../../makecode-core/built/mkc";
import { DownloadedEditor } from "makecode-core/built/mkc";
export declare function startSimServer(ed: DownloadedEditor, port?: number, forceLocal?: boolean): void;

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

const fs = require("fs");
const simloaderfiles_1 = require("../../makecode-core/built/simloaderfiles");
const simloaderfiles_1 = require("makecode-core/built/simloaderfiles");
const mime = {

@@ -9,0 +9,0 @@ js: "application/javascript",

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

@@ -51,3 +51,3 @@ "keywords": [

"semver": "^7.3.7",
"makecode-core": "^1.3.0"
"makecode-core": "^1.4.1"
},

@@ -54,0 +54,0 @@ "release": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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