Socket
Socket
Sign inDemoInstall

@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.3 to 0.0.4

8

dist/index.js

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

if(!content.locals) {
module.hot.accept("!!../../../node_modules/css-loader/index.js!./placeholder.css", function() {
var newContent = require("!!../../../node_modules/css-loader/index.js!./placeholder.css");
module.hot.accept("!!../../node_modules/css-loader/index.js!./placeholder.css", function() {
var newContent = require("!!../../node_modules/css-loader/index.js!./placeholder.css");
if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];

@@ -174,3 +174,3 @@ update(newContent);

exports = module.exports = __webpack_require__(6)(undefined);
exports = module.exports = __webpack_require__(6)(false);
// imports

@@ -337,3 +337,3 @@

// tags it will allow on a page
if (!options.singleton) options.singleton = isOldIE();
if (!options.singleton && typeof options.singleton !== "boolean") options.singleton = isOldIE();

@@ -340,0 +340,0 @@ // By default, add <style> tags to the <head> element

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

@@ -25,4 +25,4 @@ "repository": "hubgit/react-prosemirror",

"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"rimraf": "^2.6.2",
"style-loader": "^0.19.0",

@@ -34,5 +34,4 @@ "webpack": "^3.8.1",

"prepublishOnly": "npm run build",
"prebuild": "rimraf dist",
"build": "webpack --progress"
}
}
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