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 2.0.0 to 2.0.1

10

CHANGELOG.md

@@ -0,1 +1,9 @@

2.0.1
==================
* bump `peerDependencies` to support react 16.x
2.0.0
==================
* deprecate 1.x due to dependency conflicts occurring from over-strict versioning of codemirror as a `dependency`. Codemirror is now designated as a `peerDependency`
1.0.0

@@ -5,2 +13,2 @@ ==================

* add `onBeforeChange` `onBeforeSet`
* add `defineMode`
* add `defineMode`

10

package.json
{
"name": "react-codemirror2",
"version": "2.0.0",
"version": "2.0.1",
"description": "a tiny react codemirror component wrapper",

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

"peerDependencies": {
"react": ">=15.5 <16",
"react": ">=15.5 <=16.x",
"codemirror": "5.x"

@@ -49,3 +49,3 @@ },

"css-loader": "0.28.7",
"express": "4.15.4",
"express": "4.15.5",
"js-beautify": "1.7.3",

@@ -55,4 +55,4 @@ "node-sass": "4.5.3",

"prismjs": "1.8.1",
"react": "15.6.1",
"react-dom": "15.6.1",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-redux": "5.0.6",

@@ -59,0 +59,0 @@ "redux": "3.7.2",

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