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

react-focus-trap

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-focus-trap - npm Package Compare versions

Comparing version

to
0.7.0-alpha

README.md

36

package.json
{
"name": "react-focus-trap",
"version": "0.6.1",
"description": "",
"main": "dist/focus-trap.js",
"scripts": {
"start": "webpack -wd --config webpack.example.config.js",
"test": "karma start",
"coveralls": "CONTINUOUS_INTEGRATION=true npm test && coveralls < coverage/report-lcov/lcov.info",
"prepublish": "./scripts/production"
},
"version": "0.7.0-alpha",
"description": "Traps focus for accessible dropdowns and modal content.",
"main": "src/FocusTrap.js",
"repository": {

@@ -17,27 +11,7 @@ "type": "git",

"keywords": [
"react"
"react",
"a11y"
],
"author": "Nate Hunzaker",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.x.x",
"babel-loader": "^5.x.x",
"babel-runtime": "^5.1.10",
"chai": "^2.2.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"istanbul-instrumenter-loader": "^0.1.2",
"karma": "^0.12.32",
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-nyan-reporter": "0.0.60",
"karma-sinon-chai": "^0.3.0",
"karma-webpack": "^1.5.0",
"mocha": "^2.2.1",
"react": ">= 0.12.1",
"sinon": "^1.14.1",
"webpack": "^1.x.x"
},
"dependencies": {

@@ -44,0 +18,0 @@ "react": ">= 0.11.x"