Socket
Socket
Sign inDemoInstall

@codemirror/state

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/state - npm Package Compare versions

Comparing version 0.20.1 to 6.0.0

6

CHANGELOG.md

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

## 6.0.0 (2022-06-08)
### Breaking changes
Update dependencies to 6.0.0
## 0.20.1 (2022-06-02)

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

10

dist/index.d.ts

@@ -163,8 +163,3 @@ /**

declare class ChangeDesc {
protected constructor(
/**
@internal
*/
sections: readonly number[]);
/**
The length of the document before the change.

@@ -1631,6 +1626,3 @@ */

/**
The first character that takes up two positions in a JavaScript
string. It is often useful to compare with this after calling
`codePointAt`, to figure out whether your character takes up 1 or
2 index positions.
The amount of positions a character takes up a JavaScript string.
*/

@@ -1637,0 +1629,0 @@ declare function codePointSize(code: number): 1 | 2;

{
"name": "@codemirror/state",
"version": "0.20.1",
"version": "6.0.0",
"description": "Editor state data structures for the CodeMirror code editor",

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

Sorry, the diff of this file is not supported yet

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

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