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 5.0.0 to 5.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

5.0.1
==================
* #78
5.0.0

@@ -2,0 +6,0 @@ ==================

2

index.d.ts

@@ -64,3 +64,3 @@ /// <reference types="codemirror" />

onSelection?: (editor: IInstance, data: IGetSelectionOptions) => void;
onTouchStart: DomEvent;
onTouchStart?: DomEvent;
onUpdate?: (editor: IInstance) => void;

@@ -67,0 +67,0 @@ onViewportChange?: (editor: IInstance, start: number, end: number) => void;

{
"name": "react-codemirror2",
"version": "5.0.0",
"version": "5.0.1",
"description": "a tiny react codemirror component wrapper",

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

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