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

@khanacademy/wonder-blocks-icon-button

Package Overview
Dependencies
Maintainers
0
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-icon-button - npm Package Compare versions

Comparing version 5.3.5 to 5.4.0

6

CHANGELOG.md
# @khanacademy/wonder-blocks-icon-button
## 5.4.0
### Minor Changes
- ea506e85: Add onMouseDown prop
## 5.3.5

@@ -4,0 +10,0 @@

4

dist/components/icon-button.d.ts

@@ -100,2 +100,6 @@ import * as React from "react";

onClick?: (e: React.SyntheticEvent) => unknown;
/**
* Function to call when the mouse down event is triggered.
*/
onMouseDown?: (e: React.MouseEvent) => void;
};

@@ -102,0 +106,0 @@ /**

2

package.json
{
"name": "@khanacademy/wonder-blocks-icon-button",
"version": "5.3.5",
"version": "5.4.0",
"design": "v1",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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