New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dcl-monaco-typescript

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcl-monaco-typescript - npm Package Compare versions

Comparing version

to
3.2.1

2

package.json
{
"name": "dcl-monaco-typescript",
"version": "3.2.0",
"version": "3.2.1",
"description": "TypeScript and JavaScript language support for Monaco Editor",

@@ -5,0 +5,0 @@ "scripts": {

@@ -15,3 +15,2 @@ define(["require", "exports", "./lib/typescriptServices"], function (require, exports, ts) {

function TypeScriptWorker(ctx, createData) {
var _this = this;
this._extraLibs = Object.create(null);

@@ -23,3 +22,2 @@ this._languageService = ts.createLanguageService(this);

this._extraLibs = createData.extraLibs;
setInterval(function () { return console.log(_this._ctx.getMirrorModels().map(function ($) { return $.uri.toString(); })); }, 1000);
}

@@ -26,0 +24,0 @@ // --- language service host ---------------

@@ -14,3 +14,2 @@ /*---------------------------------------------------------------------------------------------

function TypeScriptWorker(ctx, createData) {
var _this = this;
this._extraLibs = Object.create(null);

@@ -22,3 +21,2 @@ this._languageService = ts.createLanguageService(this);

this._extraLibs = createData.extraLibs;
setInterval(function () { return console.log(_this._ctx.getMirrorModels().map(function ($) { return $.uri.toString(); })); }, 1000);
}

@@ -25,0 +23,0 @@ // --- language service host ---------------

/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* monaco-typescript version: 3.2.0(4478c141e216c64c85991be3412f6a7fa76cfeb3)
* monaco-typescript version: 3.2.1(fa7b7835cd63f87c0219e9dc89fff39b9760c95d)
* Released under the MIT license

@@ -5,0 +5,0 @@ * https://github.com/Microsoft/monaco-typescript/blob/master/LICENSE.md

/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* monaco-typescript version: 3.2.0(4478c141e216c64c85991be3412f6a7fa76cfeb3)
* monaco-typescript version: 3.2.1(fa7b7835cd63f87c0219e9dc89fff39b9760c95d)
* Released under the MIT license

@@ -5,0 +5,0 @@ * https://github.com/Microsoft/monaco-typescript/blob/master/LICENSE.md

Sorry, the diff of this file is too big to display