🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@codemirror/view

Package Overview
Dependencies
Maintainers
1
Versions
244
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
6.41.0
to
6.41.1
+2
-2
package.json
{
"name": "@codemirror/view",
"version": "6.41.0",
"version": "6.41.1",
"description": "DOM view component for the CodeMirror code editor",

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

"type": "git",
"url": "git+https://github.com/codemirror/view.git"
"url": "git+https://code.haverbeke.berlin/codemirror/view.git"
}
}
# @codemirror/view [![NPM version](https://img.shields.io/npm/v/@codemirror/view.svg)](https://www.npmjs.org/package/@codemirror/view)
[ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#view) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/) | [**CHANGELOG**](https://github.com/codemirror/view/blob/main/CHANGELOG.md) ]
[ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#view) | [**ISSUES**](https://code.haverbeke.berlin/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/) | [**CHANGELOG**](https://code.haverbeke.berlin/codemirror/view/src/branch/main/CHANGELOG.md) ]

@@ -13,3 +13,3 @@ This package implements the DOM view component for the

This code is released under an
[MIT license](https://github.com/codemirror/view/tree/main/LICENSE).
[MIT license](https://code.haverbeke.berlin/codemirror/view/tree/main/LICENSE).

@@ -16,0 +16,0 @@ We aim to be an inclusive, welcoming community. To make that explicit,

name: Trigger CI
on: push
jobs:
build:
name: Dispatch to main repo
runs-on: ubuntu-latest
steps:
- name: Emit repository_dispatch
uses: mvasigh/dispatch-action@main
with:
# You should create a personal access token and store it in your repository
token: ${{ secrets.DISPATCH_AUTH }}
repo: dev
owner: codemirror
event_type: push

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

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

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

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

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