Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@convertkit/slate-code

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/slate-code - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

es/index.js

@@ -1296,2 +1296,3 @@ import React from 'react';

var isKeyPressed = isHotkey(key);
var command = shortcuts[key];

@@ -1302,5 +1303,8 @@ var check = function check(event, editor) {

var handler = typeof command == "string" ? function (event, editor) {
editor.command(command);
} : command;
return {
check: check,
handler: shortcuts[key]
handler: handler
};

@@ -1307,0 +1311,0 @@ });

10

package.json
{
"name": "@convertkit/slate-code",
"version": "0.0.3",
"version": "0.0.4",
"description": "A plugin for handling code in the ConvertKit Editor",

@@ -32,7 +32,9 @@ "main": "src/index.js",

],
"devDependencies": {
"@convertkit/slate-testing-library": "^0.0.2"
},
"dependencies": {
"@convertkit/slate-keymap": "^0.0.3",
"@convertkit/slate-keymap": "^0.1.0",
"prismjs": "^1.15.0"
},
"gitHead": "eb91a9b36f93e548c3cd3f77d9b55736d839ada9"
}
}
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