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

monaco-editor-esm-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-editor-esm-webpack-plugin - npm Package Compare versions

Comparing version 1.0.6 to 2.0.0

8

CHANGELOG.md
# Change Log
## 2.0.0
> 2020-01-04
### Feature
- Remove all dependencies to peerDependencies or devDependencies. And now, you should add dependencies in your project and you can match the version of `monaco-editor` with `monaco-editor-webpack-plugin` (such as, `monaco-editor#0.21.*` with `monaco-editor-webpack-plugin#2.*.*`)
## 1.1.0

@@ -4,0 +12,0 @@

16

package.json
{
"name": "monaco-editor-esm-webpack-plugin",
"version": "1.0.6",
"version": "2.0.0",
"description": "The webpack's plugin for monaco editor to compile the worker and handle with localization",

@@ -19,12 +19,12 @@ "keywords": [

"peerDependencies": {
"monaco-editor": "<=0.18.1",
"monaco-editor-nls": "*"
"monaco-editor": "*",
"monaco-editor-nls": "*",
"monaco-editor-webpack-plugin": "*",
"webpack": "4.x"
},
"dependencies": {
"monaco-editor-webpack-plugin": "~1.7.0",
"webpack": "^4.41.0"
},
"devDependencies": {
"monaco-editor-nls": "~1.0.2"
"monaco-editor-webpack-plugin": "*",
"monaco-editor-nls": "*",
"webpack": "4.x"
}
}

@@ -16,2 +16,4 @@ # monaco-editor-esm-webpack-plugin

`npm install monaco-editor monaco-editor-webpack-plugin monaco-editor-nls`
## Using

@@ -52,6 +54,2 @@

- Install [monaco-editor-nls](https://github.com/wang12124468/monaco-editor-nls)
`npm install monaco-editor-nls`
- Set the locale data in your code

@@ -83,4 +81,4 @@

- Localization is not active ?
- Why the project can't start after add the plugin with `monaco-editor` and `monaco-editor-webpack-plugin` ?
There are may two `monaco-editor-nls`. One is may in `monaco-editor-esm-webpack-plugin/node_modules`, another is may in `node_modules`. You should delete the one in `monaco-editor-esm-webpack-plugin/node_modules` and restart.
The version of `monaco-editor` should match with `monaco-editor-webpack-plugin`, you can see: https://github.com/microsoft/monaco-editor-webpack-plugin/#version-matrix
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