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

@uiw/react-codemirror

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-codemirror - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

2

package.json
{
"name": "@uiw/react-codemirror",
"version": "3.0.9",
"version": "3.0.10",
"description": "CodeMirror component for React.",

@@ -5,0 +5,0 @@ "homepage": "https://uiwjs.github.io/react-codemirror/",

@@ -35,3 +35,3 @@ import React from 'react';

*/
onChange?: (instance: CodeMirror.Editor, change: CodeMirror.EditorChangeLinkedList[]) => void;
onChange?: (instance: CodeMirror.Editor, change: CodeMirror.EditorChangeLinkedList) => void;
/**

@@ -38,0 +38,0 @@ * Like the "change" event, but batched per operation, passing an

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