Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codemirror/search

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/search - npm Package Compare versions

Comparing version 0.19.5 to 0.19.6

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.19.6 (2022-01-27)
### Bug fixes
Make `selectNextOccurrence` scroll the newly selected range into view.
## 0.19.5 (2021-12-16)

@@ -2,0 +8,0 @@

2

dist/index.js

@@ -521,3 +521,3 @@ import { EditorView, Decoration, ViewPlugin, runScopeHandlers } from '@codemirror/view';

selection: state.selection.addRange(EditorSelection.range(range.from, range.to), false),
scrollIntoView: true
effects: EditorView.scrollIntoView(range.to)
}));

@@ -524,0 +524,0 @@ return true;

{
"name": "@codemirror/search",
"version": "0.19.5",
"version": "0.19.6",
"description": "Search functionality for the CodeMirror code editor",

@@ -33,3 +33,3 @@ "scripts": {

"@codemirror/text": "^0.19.0",
"@codemirror/view": "^0.19.0",
"@codemirror/view": "^0.19.34",
"crelt": "^1.0.5"

@@ -36,0 +36,0 @@ },

Sorry, the diff of this file is not supported yet

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