Skip to content

Releases: Labs64/NetLicensingClient-javascript

1.2.29

01 Apr 15:28
Compare
Choose a tag to compare
1.2.29 Pre-release
Pre-release
  • updated: library development dependencies (e.g. babel, eslint, jasmine, webpack, ...)
  • updated: axios dependency to 0.26.1
  • updated: updated min. supported nodejs version to 12.x
  • added: support for nodejs 16.x

1.2.28

02 Mar 07:20
Compare
Choose a tag to compare
  • 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

08 Nov 11:20
Compare
Choose a tag to compare
Release 1.2.27

1.2.26

08 Nov 10:41
Compare
Choose a tag to compare
1.2.26 Pre-release
Pre-release
Release 1.2.26

1.2.25

08 Nov 09:12
Compare
Choose a tag to compare
1.2.25 Pre-release
Pre-release

Changelog

  • Add error handling #31
  • Introduce warning level #29
  • Fix security vulnerabilities #30

1.2.24

15 Jun 14:37
Compare
Choose a tag to compare

Changelog

  • Fix JSON circular structure conversion error

1.2.23

15 Jun 09:27
3c3c762
Compare
Choose a tag to compare
1.2.23 Pre-release
Pre-release

Changelog

  • Fix JSON circular structure conversion error

1.2.22

15 Jun 09:18
Compare
Choose a tag to compare
1.2.22 Pre-release
Pre-release

Changelog

  • Fix circular structure to JSON conversion error

Labs64 NetLicensing JavaScript Client v1.2.21

18 Feb 20:01
Compare
Choose a tag to compare

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

18 Feb 19:02
Compare
Choose a tag to compare

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