Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monaco-editor-workers

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-editor-workers - npm Package Compare versions

Comparing version 0.39.0 to 0.39.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # CHANGELOG

## [0.39.1] - 2023-06-14
- Bugfix: `MonacoEnvironment.baseUrl` was overridden by fixed value.
## [0.39.0] - 2023-06-14

@@ -7,0 +11,0 @@

1

dist/index.js

@@ -20,3 +20,2 @@ export function buildWorkerDefinition(workerPath, basePath, useModuleWorker) {

monEnv.workerOverrideGlobals = workerOverrideGlobals;
monEnv.baseUrl = 'tester';
const getWorker = (_, label) => {

@@ -23,0 +22,0 @@ console.log('getWorker: workerId: ' + _ + ' label: ' + label);

{
"name": "monaco-editor-workers",
"version": "0.39.0",
"version": "0.39.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Monaco Editor Worker Support Package",

@@ -34,3 +34,2 @@ import { Environment } from 'monaco-editor/esm/vs/editor/editor.api.js';

monEnv.workerOverrideGlobals = workerOverrideGlobals;
monEnv.baseUrl = 'tester';

@@ -37,0 +36,0 @@ const getWorker = (_: string, label: string) => {

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