New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-fluent-edit/core

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-fluent-edit/core - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1-next.0

2

cjs/Placeholder/Placeholder.js

@@ -5,4 +5,4 @@ "use strict";

const Placeholder = ({ attributes, children }) => {
return ((0, jsx_runtime_1.jsx)("span", Object.assign({}, attributes, { style: Object.assign(Object.assign({}, attributes.style), { fontWeight: 400, textAlign: "left" }) }, { children: children })));
return ((0, jsx_runtime_1.jsx)("span", Object.assign({}, attributes, { style: Object.assign(Object.assign({}, attributes.style), { top: 0 }) }, { children: children })));
};
exports.default = Placeholder;
{
"name": "@react-fluent-edit/core",
"version": "3.2.0",
"version": "3.2.1-next.0",
"license": "MIT",

@@ -27,4 +27,5 @@ "description": "Slate based editor powered by plugins",

},
"stableVersion": "3.2.1",
"module": "./index.js",
"types": "./index.d.ts"
}
import { jsx as _jsx } from "react/jsx-runtime";
const Placeholder = ({ attributes, children }) => {
return (_jsx("span", Object.assign({}, attributes, { style: Object.assign(Object.assign({}, attributes.style), { fontWeight: 400, textAlign: "left" }) }, { children: children })));
return (_jsx("span", Object.assign({}, attributes, { style: Object.assign(Object.assign({}, attributes.style), { top: 0 }) }, { children: children })));
};
export default Placeholder;
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