Releases: Labs64/NetLicensingClient-javascript
Releases · Labs64/NetLicensingClient-javascript
1.2.29
1.2.28
- fixed: Prototype Pollution in minimist - CVE-2020-7598
- fixed: Open redirect in karma - CVE-2021-23495
- fixed: Exposure of Sensitive Information to an Unauthorized Actor in follow-redirects - CVE-2022-0536
- fixed: Exposure of sensitive information in follow-redirects - CVE-2022-0155
- fixed: Cross-site Scripting in karma - CVE-2022-0437
- fixed: Incorrect Default Permissions in log4js - CVE-2022-21704
- fixed: Inefficient Regular Expression Complexity in chalk/ansi-regex - CVE-2021-3807
1.2.27
1.2.26
1.2.25
1.2.24
1.2.23
1.2.22
Labs64 NetLicensing JavaScript Client v1.2.21
JavaScript wrapper for Labs64 NetLicensing RESTful API
Quick Start
NetLicensing JavaScript Client was designed to work both in the browser and in Node.js.
Using from a CDN
Simply include the following lines of code in the <head>
section of your page:
<script src="https://cdn.jsdelivr.net/gh/Labs64/NetLicensingclient-javascript@1.2.21/dist/netlicensing-client.min.js"></script>
Installing with Node.js / npm
Add the following to your package.json
file and then run npm install
:
"dependencies": {
"netlicensing-client": "1.2.21"
}
or execute the following command in your Node.js environment:
$ npm install netlicensing-client
Labs64 NetLicensing JavaScript Client v1.2.20
JavaScript wrapper for Labs64 NetLicensing RESTful API
Quick Start
NetLicensing JavaScript Client was designed to work both in the browser and in Node.js.
Using from a CDN
Simply include the following lines of code in the <head>
section of your page:
<script src="https://cdn.jsdelivr.net/gh/Labs64/NetLicensingclient-javascript@1.2.20/dist/netlicensing-client.min.js"></script>
Installing with Node.js / npm
Add the following to your package.json
file and then run npm install
:
"dependencies": {
"netlicensing-client": "1.2.20"
}
or execute the following command in your Node.js environment:
$ npm install netlicensing-client