Socket
Socket
Sign inDemoInstall

@nocsi/nibler-core

Package Overview
Dependencies
257
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.16 to 1.2.17

2

dist/editor/index.js

@@ -30,3 +30,3 @@ import { createLowlight } from 'lowlight';

//document: false,
codeBlock: false,
// codeBlock: false,
//codeBlock: {

@@ -33,0 +33,0 @@ // lowlight

@@ -26,3 +26,3 @@ import { Extension } from '@tiptap/core';

document: false;
dropcursor: Partial<DropcursorOptions> | false;
dropCursor: Partial<DropcursorOptions> | false;
gapcursor: false;

@@ -29,0 +29,0 @@ text: false;

@@ -48,4 +48,4 @@ import { Extension } from '@tiptap/core';

}
if (this.options.dropcursor !== false) {
extensions.push(Dropcursor.configure(this.options?.dropcursor));
if (this.options.dropCursor !== false) {
extensions.push(Dropcursor.configure(this.options?.dropCursor));
}

@@ -52,0 +52,0 @@ if (this.options.hardBreak !== false) {

{
"name": "@nocsi/nibler-core",
"version": "1.2.16",
"version": "1.2.17",
"type": "module",

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

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