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
102
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 1.0.3 to 1.0.4

lib/index.d.ts

5

CHANGELOG.md
### Versions
## 1.0.4
###### *July 13, 2019*
- FIX: add "types" fild to package.json
## 1.0.3

@@ -4,0 +9,0 @@ ###### *July 13, 2019*

5

package.json
{
"name": "@monaco-editor/react",
"version": "1.0.3",
"version": "1.0.4",
"description": "Monaco editor wrapper for easy/one-line integration with React applications (e.g. powered by create-react-app) without need of webpack configuration files",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "npx eslint src",
"build": "npx babel src --out-dir lib",
"build": "npx babel src --out-dir lib && cp ./src/index.d.ts ./lib/",
"prepublish": "npm test && npm run lint && npm run build",

@@ -11,0 +12,0 @@ "test": "npx jest"

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