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.1 to 1.2.0

3

built/languageService.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

import { WebConfig } from "makecode-core/built/downloader";
import { CompileOptions } from "makecode-core/built/service";
import { BuiltSimJsInfo, CompileOptions, CompileResult } from "makecode-core/built/service";
import { LanguageService, SimpleDriverCallbacks } from "makecode-core/built/host";

@@ -28,2 +28,3 @@ export declare class NodeLanguageService implements LanguageService {

setCompileSwitchesAsync(flags: string): Promise<void>;
buildSimJsInfoAsync(result: CompileResult): Promise<BuiltSimJsInfo>;
private runScript;

@@ -30,0 +31,0 @@ private runWithCb;

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

}
async buildSimJsInfoAsync(result) {
return this.runFunctionSync("pxtc.buildSimJsInfo", [result]);
}
runScript(content, filename) {

@@ -110,0 +113,0 @@ const scr = new vm.Script(content, {

{
"name": "makecode",
"version": "1.1.1",
"version": "1.2.0",
"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