Socket
Socket
Sign inDemoInstall

uadetect

Package Overview
Dependencies
218
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.1.0

0

dist/appCodeName.js

@@ -0,0 +0,0 @@ let appCodeName = window.navigator.appCodeName;

@@ -0,0 +0,0 @@ let appVersion = window.navigator.appVersion;

@@ -0,0 +0,0 @@ let ua = navigator.userAgent;

@@ -0,0 +0,0 @@ let cookies = navigator.cookieEnabled;

@@ -0,0 +0,0 @@ //DEVICE TYPE

@@ -0,0 +0,0 @@ let browserDoNotTrack = navigator.doNotTrack;

@@ -0,0 +0,0 @@ // Finite Device Type

@@ -0,0 +0,0 @@ export let lat;

@@ -0,0 +0,0 @@ let getCurrentUA = () => {

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ import { browser } from "./browser";

@@ -0,0 +0,0 @@ const getMaxTouchPoints = () => {

@@ -0,0 +0,0 @@ let navigatorObjectDev = window.navigator;

@@ -0,0 +0,0 @@ let browserIsOnline = navigator.onLine;

@@ -0,0 +0,0 @@ const getOS = ({ ua }) => {

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ let pdf = navigator.pdfViewerEnabled;

@@ -0,0 +0,0 @@ let productID = window.navigator.product;

@@ -0,0 +0,0 @@ let webdriverControlled = navigator.webdriver;

10

package.json
{
"name": "uadetect",
"version": "4.0.0",
"version": "4.1.0",
"description": "The dead-simple way of interacting with the navigator API",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"test": "jest",
"build": "npx tsc -p tsconfig.json"
"build": "npx tsc -p tsconfig.json",
"publish": "npm publish"
},

@@ -46,5 +48,9 @@ "repository": {

},
"files": [
"./dist/**/*.{js, d.ts}"
],
"homepage": "https://porkyproductions.github.io/UA-detect/",
"dependencies": {
"jest-environment-jsdom": "^29.0.0",
"npm-packlist": "^7.0.0-pre.1",
"serve": "^14.0.1",

@@ -51,0 +57,0 @@ "typescript": "^4.8.2"

@@ -0,0 +0,0 @@ # UADetect

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc