Socket
Socket
Sign inDemoInstall

@codemirror/view

Package Overview
Dependencies
Maintainers
2
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/view - npm Package Compare versions

Comparing version 0.18.9 to 0.18.10

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## 0.18.10 (2021-04-27)
### Bug fixes
Fix a bug where some types of updates wouldn't properly cause marks around the changes to be joined in the DOM.
Fix an issue where the content and gutters in a fixed-height editor could be smaller than the editor height.
Fix a crash on Safari when initializing an editor in an unfocused window.
Fix a bug where the editor would incorrectly conclude it was out of view in some types of absolutely positioned parent elements.
## 0.18.9 (2021-04-23)

@@ -2,0 +14,0 @@

9

package.json
{
"name": "@codemirror/view",
"version": "0.18.9",
"version": "0.18.10",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "echo 'Test runner in wrapper package'",
"test": "cm-runtests",
"prepare": "cm-buildhelper src/index.ts"

@@ -36,6 +36,3 @@ },

"devDependencies": {
"@codemirror/buildhelper": "^0.1.0",
"@types/mocha": "^5.2.0",
"ist": "^1.1.6",
"mocha": "^7.1.1"
"@codemirror/buildhelper": "^0.1.6"
},

@@ -42,0 +39,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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

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