react-event-listener
Advanced tools
Comparing version 0.6.3 to 0.6.4
{ | ||
"name": "react-event-listener", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "A React component that allow to bind events on the global scope", | ||
@@ -33,12 +33,11 @@ "main": "dist/react-event-listener.cjs.js", | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.1", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1", | ||
"@babel/plugin-transform-modules-commonjs": "7.0.0-rc.1", | ||
"@babel/plugin-transform-runtime": "7.0.0-rc.1", | ||
"@babel/preset-env": "7.0.0-rc.1", | ||
"@babel/preset-react": "7.0.0-rc.1", | ||
"@babel/register": "7.0.0-rc.1", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^8.0.1", | ||
"@babel/core": "7.0.0", | ||
"@babel/plugin-proposal-class-properties": "7.0.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.0.0", | ||
"@babel/plugin-transform-modules-commonjs": "7.0.0", | ||
"@babel/plugin-transform-runtime": "7.0.0", | ||
"@babel/preset-env": "7.0.0", | ||
"@babel/preset-react": "7.0.0", | ||
"@babel/register": "7.0.0", | ||
"babel-eslint": "^9.0.0", | ||
"babel-plugin-transform-dev-warning": "^0.1.0", | ||
@@ -65,3 +64,3 @@ "babel-plugin-transform-react-remove-prop-types": "^0.4.9", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.64.1", | ||
"rollup": "^0.66.2", | ||
"rollup-plugin-babel": "^4.0.0-beta.4", | ||
@@ -71,8 +70,8 @@ "rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-replace": "^2.0.0", | ||
"rollup-plugin-size-snapshot": "^0.4.1", | ||
"rollup-plugin-size-snapshot": "^0.7.0", | ||
"sinon": "^6.1.2", | ||
"size-limit": "^0.19.2" | ||
"size-limit": "^0.20.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.0.0-rc.1", | ||
"@babel/runtime": "7.0.0", | ||
"prop-types": "^15.6.0", | ||
@@ -79,0 +78,0 @@ "warning": "^4.0.1" |
@@ -75,18 +75,4 @@ # react-event-listener | ||
## Contributing | ||
Note: you need to have Flow 0.23.0 or greater to be installed. | ||
1. Fork it | ||
2. Create your feature branch (`git checkout -b my-new-feature`) | ||
3. Commit your changes (`git commit -am 'Add some feature'`) | ||
4. Push to the branch (`git push origin my-new-feature`) | ||
5. Create new Pull Request | ||
## Collaborators | ||
- Andy Edwards ([jedwards1211](https://github.com/jedwards1211)) | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38
33714
78
+ Added@babel/runtime@7.0.0(transitive)
- Removed@babel/runtime@7.0.0-rc.1(transitive)
Updated@babel/runtime@7.0.0