clickable-box
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "clickable-box", | ||
"description": "Add `onClick` to HTML elements without sacrificing accessibility.", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"scripts": { | ||
"prepublishOnly": "rollup -c=../../rollup.config.js" | ||
"start": "start-storybook -p 6006", | ||
"test": "yarn test:eslint && yarn test:jest", | ||
"test:eslint": "eslint . --ignore-path .gitignore --ext .jsx --ext .js", | ||
"test:jest": "jest --coverage", | ||
"prepublishOnly": "rollup -c=./rollup.config.js", | ||
"now-build": "build-storybook --output-dir dist" | ||
}, | ||
@@ -31,3 +36,36 @@ "publishConfig": { | ||
}, | ||
"gitHead": "a967403c18d9a023aebde63fbc3c596edde24188" | ||
"devDependencies": { | ||
"@babel/core": "^7.1.6", | ||
"@babel/preset-react": "^7.0.0", | ||
"@storybook/addon-actions": "^4.0.6", | ||
"@storybook/addon-links": "^4.0.6", | ||
"@storybook/addons": "^4.0.6", | ||
"@storybook/react": "^4.0.6", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.6.0", | ||
"babel-loader": "^8.0.4", | ||
"codecov": "^3.1.0", | ||
"eslint": "^5.9.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-config-prettier": "^3.3.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^22.0.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-react": "^7.11.1", | ||
"husky": "^1.1.4", | ||
"jest": "^23.6.0", | ||
"prettier": "1.15.2", | ||
"pretty-quick": "^1.8.0", | ||
"prop-types": "^15.6.2", | ||
"react": "^16.6.3", | ||
"react-dom": "^16.6.3", | ||
"react-testing-library": "^5.2.3", | ||
"rollup": "^0.67.3", | ||
"rollup-plugin-babel": "^4.0.3" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
16
19846
27
431
1
1