use-stay-awake
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"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" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
140309
297
1