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 0.1.8 to 0.1.9

dist/clickable-box.js

26

package.json
{
"name": "clickable-box",
"description": "Add `onClick` to HTML elements without sacrificing accessibility.",
"version": "0.1.8",
"version": "0.1.9",
"author": "Daniel O'Connor <daniel@danoc.me>",
"license": "MIT",
"main": "dist/cjs/index.jsx",
"module": "dist/es/index.jsx",
"main": "dist/clickable-box.js",
"umd:main": "dist/clickable-box.umd.js",
"module": "dist/clickable-box.mjs",
"source": "src/index.jsx",
"files": [

@@ -17,5 +19,5 @@ "dist"

"test:prettier": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --list-different",
"prepublishOnly": "rm -rf dist && rollup -c=./rollup.config.js",
"prepublishOnly": "microbundle --globals prop-types=PropTypes,react=React",
"format": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --write",
"release": "git checkout master && git pull && yarn test && yarn publish && git push --follow-tags"
"release": "np"
},

@@ -27,3 +29,3 @@ "devDependencies": {

"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.4",

@@ -33,3 +35,3 @@ "codecov": "^3.1.0",

"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.14.0",

@@ -40,4 +42,6 @@ "eslint-plugin-jest": "^22.1.2",

"husky": "^1.1.4",
"jest": "^23.6.0",
"prettier": "1.15.3",
"jest": "^24.0.0",
"microbundle": "^0.11.0",
"np": "^4.0.2",
"prettier": "1.16.4",
"pretty-quick": "^1.8.0",

@@ -47,5 +51,3 @@ "prop-types": "^15.6.2",

"react-dom": "^16.6.3",
"react-testing-library": "^5.2.3",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.0"
"react-testing-library": "^6.0.0"
},

@@ -52,0 +54,0 @@ "peerDependencies": {

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