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

@monaco-editor/react

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monaco-editor/react - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

5

CHANGELOG.md
### Versions
## 4.0.4
###### *Jan 18, 2021*
- package.json: update husky precommit hook to remove lib folder
## 4.0.3

@@ -4,0 +9,0 @@ ###### *Jan 18, 2021*

4

package.json
{
"name": "@monaco-editor/react",
"version": "4.0.3",
"version": "4.0.4",
"description": "Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins",

@@ -77,3 +77,3 @@ "author": "Suren Atoyan <contact@surenatoyan.com>",

"hooks": {
"pre-commit": "npm test && npm run lint"
"pre-commit": "rm -rf ./lib && npm test && npm run lint"
}

@@ -80,0 +80,0 @@ },

@@ -559,5 +559,5 @@ # @monaco-editor/react &middot; [![monthly downloads](https://img.shields.io/npm/dm/@monaco-editor/react)](https://www.npmjs.com/package/@monaco-editor/react) [![gitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/suren-atoyan/monaco-react/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@monaco-editor/react.svg?style=flat)](https://www.npmjs.com/package/@monaco-editor/react) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/suren-atoyan/monaco-react/pulls)

```javascript
import { monaco } from '@monaco-editor/react';
import { loader } from '@monaco-editor/react';
monaco.config({ paths: { vs: '../path-to-monaco' } });
loader.config({ paths: { vs: '../path-to-monaco' } });
```

@@ -580,3 +580,3 @@

monaco.config({
loader.config({
paths: {

@@ -583,0 +583,0 @@ vs: uriFromPath(

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