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.34.0-rc.0 to 0.34.0-rc.1

2

package.json
{
"name": "monaco-editor-workers",
"version": "0.34.0-rc.0",
"version": "0.34.0-rc.1",
"license": "MIT",

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

@@ -5,2 +5,17 @@ # Monaco Editor Worker Support Package

Workers are now exported in the `packages.json`. This could be handy for re-bundling.
Additional exports:
- **./worker/module/editor** (Editor Module Worker)
- **./worker/module/ts** (TypeScript/JavaScript Module Worker)
- **./worker/module/html** (HTML Module Worker)
- **./worker/module/css** (CSS Module Worker)
- **./worker/module/json** (JSON Module Worker)
- **./worker/classic/editor** (Editor Classic/Firefox compatible Worker)
- **./worker/classic/ts** (TypeScript/JavaScript Classic/Firefox compatible Worker)
- **./worker/classic/html** (HTML Classic/Firefox compatible Worker)
- **./worker/classic/css** (CSS Classic/Firefox compatible Worker)
- **./worker/classic/json** (JSON Classic/Firefox compatible Worker)
```javascript

@@ -7,0 +22,0 @@ import { buildWorkerDefinition } from "monaco-editor-workers";

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