Socket
Socket
Sign inDemoInstall

@aeaton/react-prosemirror

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aeaton/react-prosemirror - npm Package Compare versions

Comparing version 0.10.1 to 0.11.0

8

dist/index.js

@@ -701,4 +701,4 @@ module.exports =

if(false) {
module.hot.accept("!!../../css-loader/index.js!./prosemirror.css", function() {
var newContent = require("!!../../css-loader/index.js!./prosemirror.css");
module.hot.accept("!!../../../../node_modules/css-loader/index.js!./prosemirror.css", function() {
var newContent = require("!!../../../../node_modules/css-loader/index.js!./prosemirror.css");

@@ -737,3 +737,3 @@ if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];

// module
exports.push([module.i, ".ProseMirror {\n position: relative;\n}\n\n.ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n -webkit-font-variant-ligatures: none;\n font-variant-ligatures: none;\n}\n\n.ProseMirror pre {\n white-space: pre-wrap;\n}\n\n.ProseMirror li {\n position: relative;\n}\n\n.ProseMirror-hideselection *::selection { background: transparent; }\n.ProseMirror-hideselection *::-moz-selection { background: transparent; }\n\n.ProseMirror-selectednode {\n outline: 2px solid #8cf;\n}\n\n/* Make sure li selections wrap around markers */\n\nli.ProseMirror-selectednode {\n outline: none;\n}\n\nli.ProseMirror-selectednode:after {\n content: \"\";\n position: absolute;\n left: -32px;\n right: -2px; top: -2px; bottom: -2px;\n border: 2px solid #8cf;\n pointer-events: none;\n}\n", ""]);
exports.push([module.i, ".ProseMirror {\n position: relative;\n}\n\n.ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n -webkit-font-variant-ligatures: none;\n font-variant-ligatures: none;\n}\n\n.ProseMirror pre {\n white-space: pre-wrap;\n}\n\n.ProseMirror li {\n position: relative;\n}\n\n.ProseMirror-hideselection *::selection { background: transparent; }\n.ProseMirror-hideselection *::-moz-selection { background: transparent; }\n.ProseMirror-hideselection { caret-color: transparent; }\n\n.ProseMirror-selectednode {\n outline: 2px solid #8cf;\n}\n\n/* Make sure li selections wrap around markers */\n\nli.ProseMirror-selectednode {\n outline: none;\n}\n\nli.ProseMirror-selectednode:after {\n content: \"\";\n position: absolute;\n left: -32px;\n right: -2px; top: -2px; bottom: -2px;\n border: 2px solid #8cf;\n pointer-events: none;\n}\n", ""]);

@@ -811,3 +811,3 @@ // exports

// already a full url? no change
if (/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(unquotedOrigUrl)) {
if (/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(unquotedOrigUrl)) {
return fullMatch;

@@ -814,0 +814,0 @@ }

{
"name": "@aeaton/react-prosemirror",
"version": "0.10.1",
"version": "0.11.0",
"description": "A React component for ProseMirror",

@@ -21,6 +21,5 @@ "main": "dist",

"prosemirror-state": "^1.1.0",
"prosemirror-view": "^1.0.0"
"prosemirror-view": "^1.1.1"
},
"devDependencies": {
"@aeaton/react-prosemirror-config-default": "^0.8.8",
"babel-core": "^6.26.0",

@@ -27,0 +26,0 @@ "babel-loader": "^7.1.2",

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