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.4 to 0.1.5

lib/index.d.ts

29

package.json
{
"name": "use-stay-awake",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",

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

],
"main": "dist/index.js",
"main": "lib/index.js",
"source": "src/index.ts",
"scripts": {
"clean": "rimraf dist/",
"clean": "rimraf lib/",
"prepare": "yarn build:lib",

@@ -50,13 +50,8 @@ "start:lib": "rollup -c -w",

},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
"engines": {
"node": ">=10"
},
"files": [
"lib"
],
"peerDependencies": {

@@ -86,9 +81,3 @@ "react": "^16.8.0",

"typescript": "^3.9.7"
},
"engines": {
"node": ">=10"
},
"files": [
"dist"
]
}
}
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