Compare commits

..

8 Commits

Author SHA1 Message Date
Faisal Salman
22d936ebb4 Merge tag '2.0.4' into pro-business 2025-09-20 11:09:36 +07:00
Faisal Salman
70c1ffbed0 Merge tag '2.0.3' into pro-business 2025-03-21 17:40:51 +07:00
Faisal Salman
74ab14e380 Merge tag 'tags/2.0.0' into pro-business 2024-11-21 17:04:18 +07:00
Faisal Salman
abde14f2a5 Make it biz - 2.0.0-rc.3 2024-11-14 20:11:17 +07:00
Faisal Salman
44d9d5700f Update 2.0.0-beta.3-pro-business 2024-07-24 13:48:45 +07:00
Faisal Salman
23dc320be4 Make it biz - 2.0.0-beta.2 2024-02-01 12:08:38 +07:00
Faisal Salman
8852b03739 Make it personal 2024-02-01 11:45:23 +07:00
Faisal Salman
1d776d469b Make it biz 2023-10-05 22:08:02 +07:00
16 changed files with 33 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
# UAPARSER.JS PRO PERSONAL LICENSE
# UAPARSER.JS PRO BUSINESS 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 who is responsible for purchasing this license.
"You" are the individual, organization, or company who is responsible for purchasing this license.
"The Code" is UAParser.js.
@@ -24,27 +24,25 @@ 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 personal, limited, non-exclusive, non-transferable, non-sublicensable, royalty-free right to use, copy, and modify The Code.
We grant You (and only You) a 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 and cannot be transferred to another individual or organization.
This license is only valid for You as one (1) individual, organization, or company and cannot be transferred to another individual, organization, or company.
---
## Rights
You may use and modify The Code to create as many personal, hobby, educational, and other non-profit projects as you want for yourself.
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 create any number of copies of The Code 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 have the right to get lifetime updates and one (1) year of support, starting from the time you make the purchase.
You have the right to receive lifetime updates and one (1) year of support, starting from the time you make the purchase.
---
## Restrictions
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 redistribute The Code, as-is or modified, except as a part of a Project that you made.
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.
@@ -54,7 +52,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 Personal License
# UAParser.js PRO Business License
Thank you for choosing the UAParser.js PRO Personal License.
Thank you for choosing the UAParser.js PRO Business 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,19 +11,20 @@ If you have not yet purchased a license, you may do so at https://store.faisalma
# Download
```sh
npm install @ua-parser-js/pro-personal
npm install @ua-parser-js/pro-business
```
# Documentation
https://docs.uaparser.dev
```js
import { UAParser } from '@ua-parser-js/pro-personal';
import { UAParser } from '@ua-parser-js/pro-business';
```
# License
UAParser.js PRO Personal
UAParser.js PRO Business
Copyright (c) 2023-2024 Faisal Salman <<f@faisalman.com>>
Copyright (c) 2023-2024 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-personal",
"name": "@ua-parser-js/pro-business",
"version": "2.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ua-parser-js/pro-personal",
"name": "@ua-parser-js/pro-business",
"version": "2.0.4",
"funding": [
{
@@ -30,7 +30,7 @@
"ua-is-frozen": "^0.1.2"
},
"bin": {
"pro-personal": "script/cli.js"
"pro-business": "script/cli.js"
},
"devDependencies": {
"@babel/parser": "7.15.8",
@@ -1030,20 +1030,6 @@
"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",
@@ -2165,20 +2151,6 @@
"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 Personal",
"name": "@ua-parser-js/pro-personal",
"title": "UAParser.js PRO Business",
"name": "@ua-parser-js/pro-business",
"version": "2.0.4",
"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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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