Socket
Socket
Sign inDemoInstall

react-timeout

Package Overview
Dependencies
5
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

33

package.json
{
"name": "react-timeout",
"version": "1.1.1",
"version": "1.1.2",
"description": "HOC for React and React Native providing versions of setTimeout etc. that cancels when unmounted.",

@@ -27,2 +27,9 @@ "homepage": "https://github.com/plougsgaard/react-timeout",

},
"files": [
"src/web.js",
"src/native.js",
"src/reactTimeout.js",
"native.js",
"README.md"
],
"dependencies": {

@@ -34,15 +41,15 @@ "create-react-class": "^15.5.2",

"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-1": "^6.1.18",
"chai": "^4.0.0",
"chai-immutable": "^1.5.3",
"immutable": "^3.8.0",
"jsdom": "^11.0.0",
"mocha": "^5.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
"babel-cli": "6.2.0",
"babel-core": "6.2.0",
"babel-preset-es2015": "6.1.18",
"babel-preset-react": "6.1.18",
"babel-preset-stage-1": "6.1.18",
"chai": "4.0.0",
"chai-immutable": "1.5.3",
"immutable": "3.8.0",
"jsdom": "11.11.0",
"mocha": "5.0.0",
"react": "15.5.0",
"react-dom": "15.5.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc