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

@codemirror/lint

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lint - npm Package Compare versions

Comparing version 0.19.6 to 0.20.0

6

CHANGELOG.md

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

## 0.20.0 (2022-04-20)
### Breaking changes
Update dependencies to 0.20.0
## 0.19.6 (2022-03-04)

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

2

dist/index.d.ts

@@ -50,3 +50,3 @@ import * as _codemirror_state from '@codemirror/state';

given the diagnostic's _current_ position, which may have
changed since the creation of the diagnostic due to editing.
changed since the creation of the diagnostic, due to editing.
*/

@@ -53,0 +53,0 @@ apply: (view: EditorView, from: number, to: number) => void;

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

import { Decoration, EditorView, ViewPlugin, logException, WidgetType } from '@codemirror/view';
import { StateEffect, StateField, Facet, combineConfig } from '@codemirror/state';
import { hoverTooltip, showTooltip } from '@codemirror/tooltip';
import { showPanel, getPanel } from '@codemirror/panel';
import { gutter, GutterMarker } from '@codemirror/gutter';
import { RangeSet } from '@codemirror/rangeset';
import { Decoration, showPanel, EditorView, ViewPlugin, hoverTooltip, logException, gutter, showTooltip, getPanel, WidgetType, GutterMarker } from '@codemirror/view';
import { StateEffect, StateField, Facet, RangeSet, combineConfig } from '@codemirror/state';
import elt from 'crelt';

@@ -8,0 +4,0 @@

{
"name": "@codemirror/lint",
"version": "0.19.6",
"version": "0.20.0",
"description": "Linting support for the CodeMirror code editor",

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

"dependencies": {
"@codemirror/gutter": "^0.19.4",
"@codemirror/panel": "^0.19.0",
"@codemirror/rangeset": "^0.19.1",
"@codemirror/state": "^0.19.4",
"@codemirror/tooltip": "^0.19.16",
"@codemirror/view": "^0.19.22",
"@codemirror/state": "^0.20.0",
"@codemirror/view": "^0.20.0",
"crelt": "^1.0.5"

@@ -37,0 +33,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