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

@convertkit/editor-links

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/editor-links - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

11

dist/index.esm.js

@@ -208,2 +208,4 @@ import React, { Component } from 'react';

var _extends$1 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var style = {

@@ -220,9 +222,4 @@ border: 0,

// TODO: make a SkipNav component that appears when focus is received
// this component will never be visible so if it has natively focusable
// elements it will stay invisible.
var VisuallyHidden = (function (_ref) {
var children = _ref.children;
return React.createElement("div", { style: style, children: children });
var VisuallyHidden = (function (props) {
return React.createElement("div", _extends$1({ style: style }, props));
});

@@ -229,0 +226,0 @@

@@ -215,2 +215,4 @@ 'use strict';

var _extends$1 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var style = {

@@ -227,9 +229,4 @@ border: 0,

// TODO: make a SkipNav component that appears when focus is received
// this component will never be visible so if it has natively focusable
// elements it will stay invisible.
var VisuallyHidden = (function (_ref) {
var children = _ref.children;
return React__default.createElement("div", { style: style, children: children });
var VisuallyHidden = (function (props) {
return React__default.createElement("div", _extends$1({ style: style }, props));
});

@@ -236,0 +233,0 @@

{
"name": "@convertkit/editor-links",
"version": "0.2.1",
"version": "0.2.2",
"description": "A plugin for handling links in the ConvertKit Editor",

@@ -16,6 +16,6 @@ "main": "dist/index.js",

"immutable": "^3.8.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"slate": "^0.44.0",
"slate-react": "^0.21.0"
"react": "^16.6.0",
"react-dom": "^16.6.0",
"slate": "^0.45.0",
"slate-react": "^0.23.0"
},

@@ -34,6 +34,6 @@ "files": [

"devDependencies": {
"@convertkit/selection-toolbar": "^0.2.1",
"@convertkit/selection-toolbar": "^0.2.2",
"library-cli": "0.0.7"
},
"gitHead": "92d4c66c9d2b577938161a2df827f80e99cbd0ac"
"gitHead": "5c56d7ff292b0f711505967501252e92a29287c9"
}
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