New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-codemirror2

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-codemirror2 - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

index.js

@@ -223,5 +223,5 @@ 'use strict';

if (this.props.value && !this.hydrated) {
if (!this.hydrated) {
this.editor.setValue(props.value);
this.editor.setValue(props.value || '');

@@ -228,0 +228,0 @@ if (this.props.onValueSet) {

{
"name": "react-codemirror2",
"version": "0.0.12",
"version": "0.0.13",
"description": "a tiny react codemirror component wrapper",

@@ -49,3 +49,3 @@ "main": "index.js",

"css-loader": "0.28.4",
"express": "4.15.3",
"express": "4.15.4",
"js-beautify": "1.6.14",

@@ -57,8 +57,8 @@ "node-sass": "4.5.3",

"react-dom": "15.6.1",
"react-redux": "5.0.5",
"react-redux": "5.0.6",
"redux": "3.7.2",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"webpack": "3.4.1"
"webpack": "3.5.3"
}
}
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