Compare commits

..

5 Commits

Author SHA1 Message Date
Faisal Salman
b061251e82 Merge tag '2.0.6' into pro-personal 2025-10-27 13:32:22 +07:00
Faisal Salman
5b5e33681f Merge tag '2.0.5' into pro-personal 2025-09-21 08:59:46 +07:00
Faisal Salman
4e8c13cbb4 Merge tag '2.0.4' into pro-personal 2025-09-20 11:05:25 +07:00
Faisal Salman
6ea2df63dc Merge tag '2.0.3' into pro-personal 2025-03-21 17:35:01 +07:00
Faisal Salman
db06606acd Merge tag 'tags/2.0.0' into pro-personal 2024-11-21 16:51:53 +07:00
17 changed files with 63 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
# UAPARSER.JS PRO BUSINESS LICENSE
# UAPARSER.JS PRO PERSONAL LICENSE
Version 2, July 2024
@@ -10,7 +10,7 @@ Copyright (C) 2023-2024 Faisal Salman <f+ua-parser-js@faisalman.com>
"We" are the team behind UAParser.js.
"You" are the individual, organization, or company who is responsible for purchasing this license.
"You" are the individual who is responsible for purchasing this license.
"The Code" is UAParser.js.
@@ -24,25 +24,27 @@ We retain all title, intellectual property, and ownership rights to The Code.
The Code is licensed, not sold, to You for use solely subject to the terms and conditions detailed here.
We grant You (and only You) a limited, non-exclusive, non-transferable, non-sublicensable, royalty-free right to use, copy, and modify The Code.
We grant You (and only You) a personal, limited, non-exclusive, non-transferable, non-sublicensable, royalty-free right to use, copy, and modify The Code.
This license is only valid for You as one (1) individual, organization, or company and cannot be transferred to another individual, organization, or company.
This license is only valid for You as one (1) individual and cannot be transferred to another individual or organization.
---
## Rights
You may use and modify The Code only in one (1) Project. If you use it in more than one (1) Project, you must purchase another license.
You may use and modify The Code to create as many personal, hobby, educational, and other non-profit projects as you want for yourself.
If You transfer a Project to a client, the use of The Code must be limited to the original functionality that You created for them. The Code must not be extracted, reproduced, or used in any other way. You must inform your client of this condition.
You may create any number of copies of The Code for yourself.
You have the right to receive lifetime updates and one (1) year of support, starting from the time you make the purchase.
You have the right to get lifetime updates and one (1) year of support, starting from the time you make the purchase.
---
## Restrictions
You may not redistribute The Code, as-is or modified, except as a part of a Project that you made.
You may not use or modify The Code in such a way that it may be used directly for commercial purposes.
You may not redistribute The Code, as-is or modified, except as a part of a Project that you made for yourself.
You may not deliver a Project that contains The Code as an open-source Project that might be used for commercial purposes by the general public, except with our written consent.
@@ -52,7 +54,7 @@ You may not use The Code for unlawful, inappropriate, illegal, or offensive purp
## Limitations
The Code is provided 'as is' without warranty of any kind, expressed or implied.
The Code is provided 'as is' without warranty of any kind, expressed or implied.
We shall not be liable for any damages, including but not limited to, direct, indirect, special, incidental, or consequential damages or losses that occur by the use of The Code.

View File

@@ -1,6 +1,6 @@
# UAParser.js PRO Business License
# UAParser.js PRO Personal License
Thank you for choosing the UAParser.js PRO Business License.
Thank you for choosing the UAParser.js PRO Personal License.
Please be aware that using this package without a valid license purchase is strictly prohibited and constitutes a violation of applicable copyright laws.
@@ -11,24 +11,23 @@ If you have not yet purchased a license, you may do so at https://store.faisalma
# Download
```sh
npm install @ua-parser-js/pro-business
npm install @ua-parser-js/pro-personal
```
# Documentation
https://docs.uaparser.dev
```js
import { UAParser } from '@ua-parser-js/pro-business';
import { UAParser } from '@ua-parser-js/pro-personal';
```
```js
import { isFrozenUA } from '@ua-parser-js/pro-business/helpers';
import { isFrozenUA } from '@ua-parser-js/pro-personal/helpers';
```
# License
UAParser.js PRO Business
UAParser.js PRO Personal
Copyright (c) 2023-2025 Faisal Salman <<f@faisalman.com>>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

34
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "@ua-parser-js/pro-business",
"name": "@ua-parser-js/pro-personal",
"version": "2.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ua-parser-js/pro-business",
"name": "@ua-parser-js/pro-personal",
"version": "2.0.6",
"funding": [
{
@@ -28,7 +28,7 @@
"ua-is-frozen": "^0.1.2"
},
"bin": {
"pro-business": "script/cli.js"
"pro-personal": "script/cli.js"
},
"devDependencies": {
"@babel/parser": "7.15.8",
@@ -974,6 +974,20 @@
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
"dev": true
},
"node_modules/fsevents": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@@ -2057,6 +2071,20 @@
"node": ">=18"
}
},
"node_modules/playwright/node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/plur": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz",

View File

@@ -1,6 +1,6 @@
{
"title": "UAParser.js PRO Business",
"name": "@ua-parser-js/pro-business",
"title": "UAParser.js PRO Personal",
"name": "@ua-parser-js/pro-personal",
"version": "2.0.6",
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment",

View File

@@ -6,7 +6,7 @@
/* Enums for UAParser.js v2.0.6
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Personal License */
//////////////////////////////////////////////
/*jshint esversion: 6 */

View File

@@ -2,7 +2,7 @@
/* Enums for UAParser.js v2.0.6
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Personal License */
//////////////////////////////////////////////
/*jshint esversion: 6 */

View File

@@ -6,7 +6,7 @@
/* Enums for UAParser.js v2.0.6
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Personal License */
//////////////////////////////////////////////
/*jshint esversion: 6 */

View File

@@ -2,7 +2,7 @@
/* Extensions for UAParser.js v2.0.6
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Personal License */
//////////////////////////////////////////////
/*jshint esversion: 6 */

View File

@@ -6,7 +6,7 @@
/* Extensions for UAParser.js v2.0.6
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Personal License */
//////////////////////////////////////////////
/*jshint esversion: 6 */

View File

@@ -2,7 +2,7 @@
/* Helpers for UAParser.js v2.0.6
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Personal License */
//////////////////////////////////////////////
/*jshint esversion: 6 */

View File

@@ -6,7 +6,7 @@
/* Helpers for UAParser.js v2.0.6
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Personal License */
//////////////////////////////////////////////
/*jshint esversion: 6 */

View File

@@ -1,7 +1,7 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.6
Copyright © 2012-2025 Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License *//*
UAParser.js PRO Personal License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
Supports browser & node.js environment.
Demo : https://uaparser.dev

View File

@@ -5,7 +5,7 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.6
Copyright © 2012-2025 Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License *//*
UAParser.js PRO Personal License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
Supports browser & node.js environment.
Demo : https://uaparser.dev