Socket
Socket
Sign inDemoInstall

monaco-css

Package Overview
Dependencies
0
Maintainers
103
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.4.0

SECURITY.md

6

package.json
{
"name": "monaco-css",
"version": "3.3.0",
"version": "3.4.0",
"description": "CSS, LESS and SCSS plugin for the Monaco Editor",

@@ -26,4 +26,4 @@ "scripts": {

"husky": "^5.1.3",
"monaco-editor-core": "0.23.0",
"monaco-languages": "2.3.0",
"monaco-editor-core": "0.24.0",
"monaco-languages": "2.4.0",
"monaco-plugin-helpers": "^1.0.3",

@@ -30,0 +30,0 @@ "prettier": "^2.2.1",

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

@@ -6,4 +6,4 @@ /*---------------------------------------------------------------------------------------------

'use strict';
import { Range, Position, MarkupContent, MarkupKind, Color, ColorInformation, ColorPresentation, FoldingRange, FoldingRangeKind, SelectionRange, Diagnostic, DiagnosticSeverity, CompletionItem, CompletionItemKind, CompletionList, CompletionItemTag, InsertTextFormat, SymbolInformation, SymbolKind, DocumentSymbol, Location, Hover, MarkedString, CodeActionContext, Command, CodeAction, DocumentHighlight, DocumentLink, WorkspaceEdit, TextEdit, CodeActionKind, TextDocumentEdit, VersionedTextDocumentIdentifier, DocumentHighlightKind } from './../vscode-languageserver-types/main';
import { TextDocument } from './../vscode-languageserver-textdocument/lib/esm/main';
import { Range, Position, MarkupContent, MarkupKind, Color, ColorInformation, ColorPresentation, FoldingRange, FoldingRangeKind, SelectionRange, Diagnostic, DiagnosticSeverity, CompletionItem, CompletionItemKind, CompletionList, CompletionItemTag, InsertTextFormat, SymbolInformation, SymbolKind, DocumentSymbol, Location, Hover, MarkedString, CodeActionContext, Command, CodeAction, DocumentHighlight, DocumentLink, WorkspaceEdit, TextEdit, CodeActionKind, TextDocumentEdit, VersionedTextDocumentIdentifier, DocumentHighlightKind } from '../vscode-languageserver-types/main';
import { TextDocument } from '../vscode-languageserver-textdocument/lib/esm/main';
export { TextDocument, Range, Position, MarkupContent, MarkupKind, Color, ColorInformation, ColorPresentation, FoldingRange, FoldingRangeKind, SelectionRange, Diagnostic, DiagnosticSeverity, CompletionItem, CompletionItemKind, CompletionList, CompletionItemTag, InsertTextFormat, SymbolInformation, SymbolKind, DocumentSymbol, Location, Hover, MarkedString, CodeActionContext, Command, CodeAction, DocumentHighlight, DocumentLink, WorkspaceEdit, TextEdit, CodeActionKind, TextDocumentEdit, VersionedTextDocumentIdentifier, DocumentHighlightKind };

@@ -10,0 +10,0 @@ export var ClientCapabilities;

@@ -6,3 +6,3 @@ /*---------------------------------------------------------------------------------------------

import * as nodes from '../parser/cssNodes';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
var localize = nls.loadMessageBundle();

@@ -9,0 +9,0 @@ export var colorFunctions = [

@@ -6,3 +6,3 @@ /*---------------------------------------------------------------------------------------------

'use strict';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
var localize = nls.loadMessageBundle();

@@ -9,0 +9,0 @@ var CSSIssueType = /** @class */ (function () {

@@ -6,3 +6,3 @@ /*---------------------------------------------------------------------------------------------

'use strict';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
var localize = nls.loadMessageBundle();

@@ -9,0 +9,0 @@ var SCSSIssueType = /** @class */ (function () {

@@ -10,3 +10,3 @@ /*---------------------------------------------------------------------------------------------

import { Command, TextEdit, CodeAction, CodeActionKind, TextDocumentEdit, VersionedTextDocumentIdentifier } from '../cssLanguageTypes';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
var localize = nls.loadMessageBundle();

@@ -13,0 +13,0 @@ var CSSCodeActions = /** @class */ (function () {

@@ -47,3 +47,3 @@ /*---------------------------------------------------------------------------------------------

import { Position, CompletionItemKind, Range, TextEdit, InsertTextFormat, MarkupKind, CompletionItemTag } from '../cssLanguageTypes';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
import { isDefined } from '../utils/objects';

@@ -50,0 +50,0 @@ import { PathCompletionParticipant } from './pathCompletion';

@@ -43,3 +43,3 @@ /*---------------------------------------------------------------------------------------------

import { DocumentHighlightKind, Location, Range, SymbolKind, TextEdit, FileType } from '../cssLanguageTypes';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
import * as nodes from '../parser/cssNodes';

@@ -46,0 +46,0 @@ import { Symbols } from '../parser/cssSymbolScope';

@@ -23,3 +23,3 @@ /*---------------------------------------------------------------------------------------------

import { CompletionItemKind, InsertTextFormat, TextEdit } from '../cssLanguageTypes';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
var localize = nls.loadMessageBundle();

@@ -26,0 +26,0 @@ var LESSCompletion = /** @class */ (function (_super) {

@@ -6,3 +6,3 @@ /*---------------------------------------------------------------------------------------------

'use strict';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
import * as languageFacts from '../languageFacts/facts';

@@ -9,0 +9,0 @@ import * as nodes from '../parser/cssNodes';

@@ -7,3 +7,3 @@ /*---------------------------------------------------------------------------------------------

import * as nodes from '../parser/cssNodes';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
var localize = nls.loadMessageBundle();

@@ -10,0 +10,0 @@ var Warning = nodes.Level.Warning;

@@ -24,3 +24,3 @@ /*---------------------------------------------------------------------------------------------

import { CompletionItemKind, TextEdit, InsertTextFormat } from '../cssLanguageTypes';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
var localize = nls.loadMessageBundle();

@@ -27,0 +27,0 @@ var SCSSCompletion = /** @class */ (function (_super) {

@@ -59,3 +59,3 @@ /*---------------------------------------------------------------------------------------------

import * as nodes from '../parser/cssNodes';
import { URI, Utils } from './../../vscode-uri/index';
import { URI, Utils } from '../../vscode-uri/index';
import { startsWith } from '../utils/strings';

@@ -62,0 +62,0 @@ var SCSSNavigation = /** @class */ (function (_super) {

@@ -23,3 +23,3 @@ /*---------------------------------------------------------------------------------------------

import { Scanner } from '../parser/cssScanner';
import * as nls from './../../../fillers/vscode-nls';
import * as nls from '../../../fillers/vscode-nls';
var localize = nls.loadMessageBundle();

@@ -26,0 +26,0 @@ var Element = /** @class */ (function () {

@@ -10,3 +10,3 @@ /*---------------------------------------------------------------------------------------------

};
import { URI, Utils } from './../../vscode-uri/index';
import { URI, Utils } from '../../vscode-uri/index';
export function dirname(uriString) {

@@ -13,0 +13,0 @@ return Utils.dirname(URI.parse(uriString)).toString();

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

export * from 'monaco-editor-core';

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { IEvent } from './fillers/monaco-editor-core';

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ /*---------------------------------------------------------------------------------------------

/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* monaco-css version: 3.3.0(ed57760e69ec24098de2b4e49fa5be7f48be019a)
* monaco-css version: 3.4.0(f595049d3df420ce88a454f3903835a101ab1be9)
* Released under the MIT license

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

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

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc