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

@neocodemirror/svelte

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neocodemirror/svelte - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

2

./dist/index.js

@@ -100,3 +100,2 @@ import { historyField, defaultKeymap, indentWithTab } from '@codemirror/commands';

if (!is_nullish(new_options.cursorPos) && !is_equal(options.cursorPos, new_options.cursorPos)) {
console.log("setting cursorPos", new_options.cursorPos);
transaction.selection = {

@@ -130,3 +129,2 @@ anchor: new_options.cursorPos ?? 0,

if (is_equal(options.documentId, new_options.documentId) && !is_nullish(options.documentId)) {
console.log(1);
await Promise.all([

@@ -133,0 +131,0 @@ append_effect(setup_compartment, ["setup"], get_setup),

@@ -100,3 +100,2 @@ import { historyField, defaultKeymap, indentWithTab } from '@codemirror/commands';

if (!is_nullish(new_options.cursorPos) && !is_equal(options.cursorPos, new_options.cursorPos)) {
console.log("setting cursorPos", new_options.cursorPos);
transaction.selection = {

@@ -130,3 +129,2 @@ anchor: new_options.cursorPos ?? 0,

if (is_equal(options.documentId, new_options.documentId) && !is_nullish(options.documentId)) {
console.log(1);
await Promise.all([

@@ -133,0 +131,0 @@ append_effect(setup_compartment, ["setup"], get_setup),

2

package.json
{
"name": "@neocodemirror/svelte",
"version": "0.0.16",
"version": "0.0.17",
"description": "Svelte Action to add codemirro to your apps 😉",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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