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

@convertkit/editor-core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/editor-core - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

es/index.js

@@ -17,4 +17,2 @@ import React from 'react';

if (event.key == "Enter") {
var handled = next();
if (handled) return handled;
return change.resetBlock();

@@ -21,0 +19,0 @@ }

4

package.json
{
"name": "@convertkit/editor-core",
"version": "0.0.4",
"version": "0.0.5",
"description": "Core plugin for ConvertKit Editor",

@@ -28,3 +28,3 @@ "main": "index.js",

],
"gitHead": "dbc59c5fcce20cb75d5afec359ffa633e923db39"
"gitHead": "de4d256564e278c148b8f6554c62d5b55a733c9d"
}

@@ -14,4 +14,2 @@ import React from "react";

if (event.key == "Enter") {
const handled = next();
if (handled) return handled;
return change.resetBlock();

@@ -18,0 +16,0 @@ }

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