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

use-stay-awake

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-stay-awake - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

package.json
{
"name": "use-stay-awake",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -46,3 +46,2 @@ "description": "React hook that will help the device stay awake while actively using your website or app.",

"deploy:demo": "gh-pages -d demo/build",
"postinstall": "yarn format && cd demo && yarn install",
"develop": "run-p start:lib start:demo",

@@ -49,0 +48,0 @@ "format": "prettier --write \"**/*.{js,jsx,json,md}\"",

@@ -125,5 +125,12 @@ # use-stay-awake

4. Start development server
4. Locate demo folder and install dependencies
```sh
cd demo
yarn install or npm install
```
5. Start development server under root folder
```sh
yarn develop or npm run develop

@@ -130,0 +137,0 @@ ```

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