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 6.5.3 to 6.5.4

6

CHANGELOG.md

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

## 6.5.4 (2023-09-20)
### Bug fixes
Fix a bug that caused whole-word search to incorrectly check for word boundaries in some circumstances.
## 6.5.3 (2023-09-14)

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

2

dist/index.js

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

}
if (match && this.test && !this.test(match.from, match.to, this.buffer, this.bufferPos))
if (match && this.test && !this.test(match.from, match.to, this.buffer, this.bufferStart))
match = null;

@@ -124,0 +124,0 @@ return match;

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

@@ -5,0 +5,0 @@ "scripts": {

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