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.3 to 1.0.4

1

dist/js/CodemirrorWebcomponent.js

@@ -701,3 +701,2 @@ "use strict";

console.log('compile code', this.props.language, this.value);
const fn = this.props.compile.bind(this);

@@ -704,0 +703,0 @@ resolve(fn(this.value, this.props.language, compileOptions));

2

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

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

@@ -643,3 +643,2 @@ import SWebComponent from '@coffeekraken/sugar/js/core/SWebComponent'

// compile
console.log('compile code', this.props.language, this.value);
const fn = this.props.compile.bind(this);

@@ -646,0 +645,0 @@ resolve(fn(this.value, this.props.language, compileOptions));

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