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.7 to 0.19.8

6

CHANGELOG.md

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

## 0.19.8 (2022-02-14)
### Bug fixes
Fix a bug that caused the search panel to start open when configuring a state with the `search()` extension.
## 0.19.7 (2022-02-14)

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

2

dist/index.js

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

create(state) {
return new SearchState(defaultQuery(state).create(), createSearchPanel);
return new SearchState(defaultQuery(state).create(), null);
},

@@ -692,0 +692,0 @@ update(value, tr) {

{
"name": "@codemirror/search",
"version": "0.19.7",
"version": "0.19.8",
"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