Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 0.0.3

1

es/index.js

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

var handleClick = function handleClick(event) {
event.preventDefault();
onChange(onClick(event, value));

@@ -1331,0 +1332,0 @@ };

4

package.json
{
"name": "@convertkit/selection-toolbar",
"version": "0.0.2",
"version": "0.0.3",
"description": "A toolbar for the ConvertKit Editor that hovers over the selection.",

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

},
"gitHead": "2ade8f2004e7520e07a64d904c844df522710ba0"
"gitHead": "6a3b009015254a7228c7701b94836f9ec324e99b"
}

@@ -136,2 +136,3 @@ import React, { Component } from "react";

const handleClick = event => {
event.preventDefault();
onChange(onClick(event, value));

@@ -138,0 +139,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