Socket
Socket
Sign inDemoInstall

react-user-agent-client-hints

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-user-agent-client-hints - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

14

package.json
{
"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 @@

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