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.5 to 1.1.6

7

CHANGELOG.md
# clickable-box
## 1.1.6
### Patch Changes
- 1075be3: Upgrade non-breaking dependencies.
- 9acba11: Fix path to TypeScript definitions, remove broken modern bundle
## 1.1.5

@@ -4,0 +11,0 @@

21

package.json
{
"name": "clickable-box",
"description": "Add `onClick` to HTML elements without sacrificing accessibility.",
"version": "1.1.5",
"version": "1.1.6",
"author": "Daniel O'Connor <daniel@danoc.me>",

@@ -9,6 +9,5 @@ "license": "MIT",

"main": "./dist/clickable-box.js",
"exports": "./dist/clickable-box.modern.js",
"module": "./dist/clickable-box.module.js",
"unpkg": "./dist/clickable-box.umd.js",
"types": "./dist/clickable-box.d.ts",
"types": "./dist/index.d.ts",
"files": [

@@ -27,13 +26,13 @@ "dist"

"@babel/preset-typescript": "^7.12.7",
"@changesets/cli": "^2.12.0",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.19",
"@changesets/cli": "^2.14.0",
"@testing-library/react": "^11.2.3",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.6",
"husky": "^4.3.8",
"jest": "^26.6.3",

@@ -40,0 +39,0 @@ "microbundle": "^0.12.4",

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