react-onenterkeydown
Advanced tools
+34
-27
| { | ||
| "name": "react-onenterkeydown", | ||
| "version": "1.2.0", | ||
| "version": "1.3.0", | ||
| "description": "React higher order component for adding onEnterKeyDown to input components", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
| "test": "gulp test", | ||
| "cover": "babel-node node_modules/isparta/bin/isparta cover --report text --report html node_modules/mocha/bin/_mocha", | ||
| "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage", | ||
| "cover": "nyc npm test", | ||
| "coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls", | ||
| "lint": "gulp lint", | ||
@@ -34,40 +34,47 @@ "build": "gulp build", | ||
| "devDependencies": { | ||
| "babel-cli": "^6.24.1", | ||
| "babel-core": "^6.25.0", | ||
| "babel-eslint": "^7.2.3", | ||
| "babel-eslint": "^8.0.1", | ||
| "babel-plugin-istanbul": "^4.1.5", | ||
| "babel-plugin-transform-class-properties": "^6.24.1", | ||
| "babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
| "babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
| "babel-preset-es2015": "^6.24.1", | ||
| "babel-preset-react": "^6.24.1", | ||
| "chai": "^4.0.2", | ||
| "coveralls": "^2.13.1", | ||
| "eslint": "^4.0.0", | ||
| "eslint-config-airbnb": "^15.0.1", | ||
| "eslint-plugin-import": "^2.3.0", | ||
| "eslint-plugin-jsx-a11y": "^5.0.3", | ||
| "eslint-plugin-react": "^7.0.1", | ||
| "babel-register": "^6.26.0", | ||
| "chai": "^4.1.2", | ||
| "coveralls": "^3.0.0", | ||
| "env-test": "^1.0.0", | ||
| "eslint-config-airbnb": "^16.1.0", | ||
| "eslint-plugin-import": "^2.8.0", | ||
| "eslint-plugin-jsx-a11y": "^6.0.2", | ||
| "eslint-plugin-react": "^7.4.0", | ||
| "gulp": "^3.9.1", | ||
| "gulp-babel": "^6.1.2", | ||
| "gulp-eslint": "^3.0.1", | ||
| "gulp-babel": "^7.0.0", | ||
| "gulp-eslint": "^4.0.0", | ||
| "gulp-mocha": "^4.3.1", | ||
| "gulp-util": "^3.0.8", | ||
| "isparta": "^4.0.0", | ||
| "jsdom": "^11.0.0", | ||
| "mocha": "^3.4.2", | ||
| "mocha-jsdom": "^1.1.0", | ||
| "react": "^15.5.4", | ||
| "react-dom": "^15.5.4", | ||
| "sinon": "^2.3.4" | ||
| "jsdom": "^11.3.0", | ||
| "jsdom-global": "^3.0.2", | ||
| "nyc": "^11.2.1", | ||
| "raf": "^3.4.0", | ||
| "react": "^16.0.0", | ||
| "react-dom": "^16.0.0", | ||
| "sinon": "^4.0.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^0.14.0 || ^15.0.0" | ||
| "react": "^0.14.0 || >=15.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "hoist-non-react-statics": "^1.2.0", | ||
| "prop-types": "^15.5.10", | ||
| "react-display-name": "^0.2.0" | ||
| "hoist-non-react-statics": "^2.3.1", | ||
| "prop-types": "^15.6.0", | ||
| "react-display-name": "^0.2.3" | ||
| }, | ||
| "jspm": { | ||
| "registry": "npm" | ||
| }, | ||
| "nyc": { | ||
| "extension": [ | ||
| "jsx" | ||
| ], | ||
| "sourceMap": false, | ||
| "instrument": false | ||
| } | ||
| } |
9652
-0.37%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated