Socket
Socket
Sign inDemoInstall

monaco-web-component

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.14 to 1.0.15

5

monaco.js

@@ -19,6 +19,7 @@ class MonacoEditor extends HTMLElement {

* Parse JSON safely
* @param {string} rawValue
* @param {string | object} rawValue
* @returns {object}
*/
safeParseJSON(rawValue) {
safeParseIfJSON(rawValue) {
if (typeof rawValue !== "string") return;
if (!rawValue) null;

@@ -25,0 +26,0 @@ try {

2

package.json
{
"name": "monaco-web-component",
"version": "1.0.14",
"version": "1.0.15",
"description": "WebComponent version of Monaco Editor. Fully compatible with HTML Forms",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc