Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-event-listener

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-event-listener - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

29

package.json
{
"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
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