New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clickable-box

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickable-box - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

dist/clickable-box.cjs

2

dist/index.d.ts

@@ -11,3 +11,3 @@ import React from "react";

}
declare const ClickableBox: React.ForwardRefExoticComponent<Pick<ClickableBoxProps, React.ReactText> & React.RefAttributes<HTMLElement>>;
declare const ClickableBox: React.ForwardRefExoticComponent<Pick<ClickableBoxProps, keyof ClickableBoxProps> & React.RefAttributes<HTMLElement>>;
export default ClickableBox;
{
"name": "clickable-box",
"description": "Add `onClick` to HTML elements without sacrificing accessibility.",
"version": "1.1.8",
"version": "1.1.9",
"author": "Daniel O'Connor <daniel@danoc.me>",

@@ -35,3 +35,3 @@ "license": "MIT",

"jest": "^26.6.3",
"microbundle": "^0.12.4",
"microbundle": "0.15.1",
"prettier": "^2.7.1",

@@ -38,0 +38,0 @@ "react": "^17.0.1",

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