Socket
Socket
Sign inDemoInstall

coffeekraken-s-codemirror-component

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeekraken-s-codemirror-component - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

13

dist/js/SCodemirrorComponent.js

@@ -211,3 +211,5 @@ "use strict";

this._processCode();
if (this.props.processCodeAtStart) {
this._processCode();
}
}

@@ -716,3 +718,10 @@ /**

*/
accept: null
accept: null,
/**
* Specify if want to process the code at start or not
* @prop
* @type {Boolean}
*/
processCodeAtStart: true
};

@@ -719,0 +728,0 @@ }

@@ -264,3 +264,12 @@ # SCodemirrorComponent

### processCodeAtStart
Specify if want to process the code at start or not
Type : **{ [Boolean](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Boolean) }**
Default : **true**
## Properties

@@ -267,0 +276,0 @@

2

package.json
{
"name": "coffeekraken-s-codemirror-component",
"version": "1.0.8",
"version": "1.0.9",
"description": "Webcomponent wrapper for the codemirror editor library.",

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

@@ -226,3 +226,10 @@ import SWebComponent from 'coffeekraken-sugar/js/core/SWebComponent'

*/
accept : null
accept : null,
/**
* Specify if want to process the code at start or not
* @prop
* @type {Boolean}
*/
processCodeAtStart : true
};

@@ -492,3 +499,5 @@ }

// first update
this._processCode();
if (this.props.processCodeAtStart) {
this._processCode();
}
}

@@ -495,0 +504,0 @@

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

Sorry, the diff of this file is not supported yet

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