medium-prose
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
190619
7
142