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

react-native-user-inactivity

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-user-inactivity - npm Package Compare versions

Comparing version 0.1.0-next to 0.1.1-next

4

index.js

@@ -9,3 +9,3 @@ import React, { PureComponent } from 'react';

class UserInactivity extends PureComponent {
export default class UserInactivity extends PureComponent {
static propTypes = {

@@ -98,2 +98,2 @@ timeForInactivity: PropTypes.number,

}
}
}
{
"name": "react-native-user-inactivity",
"version": "0.1.0-next",
"version": "0.1.1-next",
"description": "React Native component that notifies if the user is active or not",

@@ -26,3 +26,7 @@ "main": "index.js",

},
"devDependencies": {}
"devDependencies": {},
"peerDependencies": {
"react": "^16.5.2",
"react-native": "^0.57.1"
}
}
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