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

bandicoot

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bandicoot - npm Package Compare versions

Comparing version 4.7.3 to 4.7.4

2

package.json
{
"name": "bandicoot",
"version": "4.7.3",
"version": "4.7.4",
"description": "React rich text editor",

@@ -5,0 +5,0 @@ "main": "dist/bandicoot.umd.js",

@@ -30,2 +30,7 @@ declare module "bandicoot" {

ref?: React.RefObject<HTMLElement>;
disabled?: boolean;
onInput?: (evt: React.FormEvent<HTMLDivElement>) => void;
onKeyDown?: (evt: React.KeyboardEvent<HTMLDivElement>) => void;
tabIndex?: number;
autoFocus?: boolean;
}

@@ -32,0 +37,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