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

@aeaton/prosemirror-placeholder

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aeaton/prosemirror-placeholder - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

LICENSE

2

dist/index.js

@@ -118,3 +118,3 @@ module.exports =

node.textContent = options.content;
node.classList.add('placeholder');
node.className = 'placeholder';

@@ -121,0 +121,0 @@ return _prosemirrorView.DecorationSet.create(state.doc, [_prosemirrorView.Decoration.widget(1, node)]);

{
"name": "@aeaton/prosemirror-placeholder",
"version": "0.0.2",
"version": "0.0.3",
"description": "A placeholder plugin for ProseMirror",

@@ -33,5 +33,5 @@ "repository": "hubgit/react-prosemirror",

"prepublishOnly": "npm run build",
"prebuildx": "rimraf dist",
"prebuild": "rimraf dist",
"build": "webpack --progress"
}
}

@@ -20,3 +20,3 @@ import { Plugin } from 'prosemirror-state'

node.textContent = options.content
node.classList.add('placeholder')
node.className = 'placeholder'

@@ -23,0 +23,0 @@ return DecorationSet.create(state.doc, [

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