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

prosemirror-safari-ime-span

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-safari-ime-span - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

dist/index.js

@@ -43,7 +43,6 @@ // src/index.ts

function createDecorations(state) {
const { $from, $to, from } = state.selection;
const { $from, $to, to } = state.selection;
const composing = key.getState(state);
if (composing && $from.sameParent($to)) {
const deco = Decoration.widget(from, createSpan, {
side: -100,
const deco = Decoration.widget(to, createSpan, {
ignoreSelection: true,

@@ -50,0 +49,0 @@ key: "safari-ime-span"

2

package.json
{
"name": "prosemirror-safari-ime-span",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"packageManager": "pnpm@8.15.8",

@@ -6,0 +6,0 @@ "description": "",

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