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

medium-prose

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medium-prose - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "medium-prose",
"version": "0.0.1",
"version": "0.0.2",
"description": "Text editor on top of prosemirror.",
"main": "index.js",
"main": "src/index.js",
"repository": "https://github.com/brijeshb42/medium-prose",

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

@@ -18,3 +18,3 @@ import { EditorState } from 'prosemirror-state';

export default new EditorView(document.getElementById('editor'), {
window.editor = new EditorView(document.getElementById('editor'), {
state: EditorState.create({

@@ -21,0 +21,0 @@ schema: mySchema,

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