Compare commits

..

5 Commits

Author SHA1 Message Date
Faisal Salman
2728d45b4d Merge tag '2.0.6' into pro-business 2025-10-27 13:38:53 +07:00
Faisal Salman
52b6a6ad10 Merge tag '2.0.5' into pro-business 2025-09-21 09:09:35 +07:00
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
17 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
# UAPARSER.JS PRO ENTERPRISE LICENSE
# UAPARSER.JS PRO BUSINESS LICENSE
Version 2, July 2024
@@ -32,7 +32,9 @@ This license is only valid for You as one (1) individual, organization, or compa
## Rights
You may use, copy, and modify The Code for an indefinite number of Projects.
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.
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 receive lifetime updates and one (1) year of support, starting from the time you make the purchase.
@@ -42,8 +44,6 @@ You have the right to receive lifetime updates and one (1) year of support, star
You may not redistribute The Code, as-is or modified, except as a part of a Project that you made.
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 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.
You may not use The Code for unlawful, inappropriate, illegal, or offensive purposes.

View File

@@ -1,6 +1,6 @@
# UAParser.js PRO Enterprise License
# UAParser.js PRO Business License
Thank you for choosing the UAParser.js PRO Enterprise 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,7 +11,7 @@ If you have not yet purchased a license, you may do so at https://store.faisalma
# Download
```sh
npm install @ua-parser-js/pro-enterprise
npm install @ua-parser-js/pro-business
```
@@ -20,15 +20,15 @@ npm install @ua-parser-js/pro-enterprise
https://docs.uaparser.dev
```js
import { UAParser } from '@ua-parser-js/pro-enterprise';
import { UAParser } from '@ua-parser-js/pro-business';
```
```js
import { isFrozenUA } from '@ua-parser-js/pro-enterprise/helpers';
import { isFrozenUA } from '@ua-parser-js/pro-business/helpers';
```
# License
UAParser.js PRO Enterprise
UAParser.js PRO Business
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

6
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "@ua-parser-js/pro-enterprise",
"name": "@ua-parser-js/pro-business",
"version": "2.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ua-parser-js/pro-enterprise",
"name": "@ua-parser-js/pro-business",
"version": "2.0.6",
"funding": [
{
@@ -28,7 +28,7 @@
"ua-is-frozen": "^0.1.2"
},
"bin": {
"pro-enterprise": "script/cli.js"
"pro-business": "script/cli.js"
},
"devDependencies": {
"@babel/parser": "7.15.8",

View File

@@ -1,6 +1,6 @@
{
"title": "UAParser.js PRO Enterprise",
"name": "@ua-parser-js/pro-enterprise",
"title": "UAParser.js PRO Business",
"name": "@ua-parser-js/pro-business",
"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 Enterprise License */
UAParser.js PRO Business 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 Enterprise License */
UAParser.js PRO Business 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 Enterprise License */
UAParser.js PRO Business 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 Enterprise License */
UAParser.js PRO Business 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 Enterprise License */
UAParser.js PRO Business 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 Enterprise License */
UAParser.js PRO Business 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 Enterprise License */
UAParser.js PRO Business 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 Enterprise 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.6
Copyright © 2012-2025 Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterprise 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