Compare commits

..

8 Commits

Author SHA1 Message Date
Faisal Salman
6fc8ec3187 Merge tag '2.0.4' into pro-enterprise 2025-09-20 11:13:11 +07:00
Faisal Salman
59c20a5656 Merge tag '2.0.3' into pro-enterprise 2025-03-21 17:43:51 +07:00
Faisal Salman
e006e5a129 Merge tag 'tags/2.0.0' into pro-enterprise 2024-11-21 17:40:24 +07:00
Faisal Salman
fdcb01d64e Fix typos 2024-11-14 20:30:12 +07:00
Faisal Salman
b960c42691 Make it prize - 2.0.0-rc.3 2024-11-14 20:24:40 +07:00
Faisal Salman
d50be39f3b Update 2.0.0-beta.3-pro-enterprise
Fix #735
2024-07-24 13:53:42 +07:00
Faisal Salman
10ec6349e2 Make it prize - 2.0.0-beta.2 2024-02-01 12:13:08 +07:00
Faisal Salman
f9ac3566cb Make it prize 2023-10-05 22:54:22 +07:00
16 changed files with 26 additions and 26 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# UAParser.js PRO Business License # UAParser.js PRO Enterprise License
Thank you for choosing the UAParser.js PRO Business License. Thank you for choosing the UAParser.js PRO Enterprise License.
Please be aware that using this package without a valid license purchase is strictly prohibited and constitutes a violation of applicable copyright laws. 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 # Download
```sh ```sh
npm install @ua-parser-js/pro-business npm install @ua-parser-js/pro-enterprise
``` ```
@@ -20,11 +20,11 @@ npm install @ua-parser-js/pro-business
https://docs.uaparser.dev https://docs.uaparser.dev
```js ```js
import { UAParser } from '@ua-parser-js/pro-business'; import { UAParser } from '@ua-parser-js/pro-enterprise';
``` ```
# License # License
UAParser.js PRO Business UAParser.js PRO Enterprise
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

6
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{ {
"title": "UAParser.js PRO Business", "title": "UAParser.js PRO Enterprise",
"name": "@ua-parser-js/pro-business", "name": "@ua-parser-js/pro-enterprise",
"version": "2.0.4", "version": "2.0.4",
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)", "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", "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 /* Enums for UAParser.js v2.0.4
https://github.com/faisalman/ua-parser-js https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com> Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */ UAParser.js PRO Enterprise License */
////////////////////////////////////////////// //////////////////////////////////////////////
/*jshint esversion: 6 */ /*jshint esversion: 6 */

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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