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

@convertkit/selection-toolbar

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/selection-toolbar - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

9

es/index.js

@@ -1008,3 +1008,3 @@ import React, { Component } from 'react';

case "middle":
case "right":
case "bottom":
default:

@@ -1035,3 +1035,5 @@ throw new Error("not implemented for alignY:" + this.__options.alignY);

case "middle":
case "right":
case "bottom":
return this.__element.offsetParent.getBoundingClientRect().bottom - this.__target.getBoundingClientRect().bottom;
default:

@@ -1473,4 +1475,3 @@ throw new Error("not implemented for alignY:" + this.__options.alignY);

return {
renderEditor: function renderEditor(props, next) {
var editor = props.editor;
renderEditor: function renderEditor(props, editor, next) {
var children = next();

@@ -1477,0 +1478,0 @@ return React.createElement(React.Fragment, null, children, React.createElement(SelectionToolbar, {

{
"name": "@convertkit/selection-toolbar",
"version": "0.0.9",
"version": "0.1.0",
"description": "A toolbar for the ConvertKit Editor that hovers over the selection.",

@@ -18,4 +18,4 @@ "main": "index.js",

"react-dom": "^16.4.0",
"slate": "^0.42.3",
"slate-react": "^0.19.4"
"slate": "^0.44.0",
"slate-react": "^0.21.0"
},

@@ -33,3 +33,3 @@ "files": [

},
"gitHead": "d4701eb4164e7aa879fc4a618fd6ec98e04ac41d"
"gitHead": "afe1d38ceb7595595f7588c1e7c23cc6fd2bec8a"
}

@@ -8,4 +8,3 @@ import React from "react";

return {
renderEditor(props, next) {
const editor = props.editor;
renderEditor(props, editor, next) {
const children = next();

@@ -12,0 +11,0 @@ return (

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