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.3 to 1.1.4

6

CHANGELOG.md
# clickable-box
## 1.1.4
### Patch Changes
- a38e89e: Use changeset for automatic releases to NPM
## 1.1.3

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

6

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

@@ -21,5 +21,4 @@ "license": "MIT",

"test:prettier": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,json,md,mdx,html}\" --list-different",
"prepublishOnly": "microbundle --jsx React.createElement",
"format": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,json,md,mdx,html}\" --write",
"release": "np"
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle --jsx React.createElement && yarn changeset publish"
},

@@ -41,3 +40,2 @@ "devDependencies": {

"microbundle": "^0.12.4",
"np": "^7.0.0",
"prettier": "^2.2.1",

@@ -44,0 +42,0 @@ "pretty-quick": "^3.1.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