Socket
Socket
Sign inDemoInstall

@coffeekraken/codemirror-webcomponent

Package Overview
Dependencies
164
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

3

dist/js/CodemirrorWebcomponent.js

@@ -688,3 +688,4 @@ "use strict";

if (this.props.compileOptions) {
compileOptions = compileOptions[this.props.language] || compileOptions;
compileOptions = { ...this.props.compileOptions
};
} // check if need to compile

@@ -691,0 +692,0 @@

{
"name": "@coffeekraken/codemirror-webcomponent",
"version": "1.0.4",
"version": "1.0.5",
"description": "Webcomponent wrapper for the codemirror editor library.",

@@ -5,0 +5,0 @@ "main": "js/index.js",

@@ -631,3 +631,5 @@ import SWebComponent from '@coffeekraken/sugar/js/core/SWebComponent'

if (this.props.compileOptions) {
compileOptions = compileOptions[this.props.language] || compileOptions;
compileOptions = {
...this.props.compileOptions
};
}

@@ -634,0 +636,0 @@ // check if need to compile

Sorry, the diff of this file is too big to display

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