react-user-agent-client-hints
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "react-user-agent-client-hints", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node webpack-server.js" | ||
"test": "jest --config jest.config.js", | ||
"start": "node webpack-server.js", | ||
"build": "tsc" | ||
}, | ||
@@ -14,2 +15,3 @@ "author": "Zak Nichols", | ||
"@babel/core": "^7.17.12", | ||
"@babel/plugin-transform-runtime": "^7.18.2", | ||
"@babel/preset-env": "^7.17.12", | ||
@@ -20,2 +22,5 @@ "@babel/preset-react": "^7.17.12", | ||
"@jest/types": "^28.1.0", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.3.0", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.34", | ||
@@ -54,3 +59,6 @@ "@types/react": "^18.0.9", | ||
"dist" | ||
], | ||
"browsersList": [ | ||
"last 2 Chrome versions" | ||
] | ||
} |
# React User Agent Client Hints | ||
[![codecov](https://codecov.io/gh/zaknicholsdev/react-user-agent-client-hints/branch/develop/graph/badge.svg)](https://codecov.io/gh/zaknicholsdev/react-user-agent-client-hints) | ||
![example workflow](https://github.com/zaknicholsdev/react-user-agent-client-hints/actions/workflows/ci-cd.yml/badge.svg?branch=develop) | ||
Hook for getting information about the browser and operating system of a user. | ||
@@ -4,0 +8,0 @@ |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
17564
2
63
32