Socket
Socket
Sign inDemoInstall

@codemirror/panel

Package Overview
Dependencies
6
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.2 to 0.19.0

6

CHANGELOG.md

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

## 0.19.0 (2021-08-11)
### Breaking changes
Update dependencies to 0.19.0
## 0.18.2 (2021-05-18)

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

6

dist/index.js

@@ -42,5 +42,2 @@ import { ViewPlugin, PluginField, EditorView } from '@codemirror/view';

p.dom.classList.add("cm-panel");
// FIXME drop on next breaking release
if (p.class)
p.dom.classList.add(p.class);
if (p.mount)

@@ -86,5 +83,2 @@ p.mount();

p.dom.classList.add("cm-panel");
// FIXME drop on next breaking release
if (p.class)
p.dom.classList.add(p.class);
if (p.mount)

@@ -91,0 +85,0 @@ p.mount();

6

package.json
{
"name": "@codemirror/panel",
"version": "0.18.2",
"version": "0.19.0",
"description": "UI panels for the CodeMirror code editor",

@@ -29,4 +29,4 @@ "scripts": {

"dependencies": {
"@codemirror/state": "^0.18.0",
"@codemirror/view": "^0.18.0"
"@codemirror/state": "^0.19.0",
"@codemirror/view": "^0.19.0"
},

@@ -33,0 +33,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc