Compare commits

..

No commits in common. "master" and "v2.1.8" have entirely different histories.

4 changed files with 6684 additions and 11127 deletions

11124
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "vytal",
"version": "2.1.9",
"version": "2.1.8",
"description": "Spoof your location data and user agent.",
"license": "MIT",
"repository": {
@ -9,6 +9,7 @@
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
},
"dependencies": {
@ -51,7 +52,7 @@
"fs-extra": "^10.0.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"sass": "*",
"node-sass": "^6.0.1",
"prettier": "^2.5.1",
"sass-loader": "^12.4.0",
"source-map-loader": "^3.0.1",

View file

@ -87,7 +87,7 @@ const userAgents: any = [
{
title: 'Chrome - Windows',
value:
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',
platform: 'Win32',
},
],

6680
yarn.lock Normal file

File diff suppressed because it is too large Load diff