Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@progress/kendo-licensing
Advanced tools
@progress/kendo-licensing is a package used to manage licensing for Kendo UI products. It allows developers to activate and validate licenses for Kendo UI components, ensuring that they are used in compliance with the licensing terms.
Activate License
This feature allows you to activate your Kendo UI license by providing a valid license key. The activation process ensures that the Kendo UI components are properly licensed for use in your project.
const kendoLicensing = require('@progress/kendo-licensing');
kendoLicensing.activate('your-license-key');
Validate License
This feature allows you to validate the current license. It checks if the license is valid and returns a boolean value indicating the status. This is useful for ensuring that your application is compliant with licensing terms.
const kendoLicensing = require('@progress/kendo-licensing');
const isValid = kendoLicensing.validate();
console.log(`License is valid: ${isValid}`);
The 'license-checker' package is used to audit the licenses of the installed npm packages in your project. It provides a way to ensure that all dependencies comply with your licensing requirements. Unlike @progress/kendo-licensing, which is specific to Kendo UI products, 'license-checker' is a general-purpose tool for managing and auditing licenses of all npm packages.
The 'nlf' (Node License Finder) package is another tool for auditing licenses of npm dependencies. It helps you find and manage the licenses of all the packages in your project. Similar to 'license-checker', 'nlf' is a general tool and not specific to any particular product like @progress/kendo-licensing.
This package is part of the Kendo UI family of UI Component suites.
For more information about usage with specific products see:
This is commercial software. To use it, you need to agree to the Telerik End User License Agreement for Kendo UI Complete. If you do not own a commercial license, this file shall be governed by the trial license terms.
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
Copyright © 2022 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.
FAQs
Kendo UI License Manager
The npm package @progress/kendo-licensing receives a total of 147,779 weekly downloads. As such, @progress/kendo-licensing popularity was classified as popular.
We found that @progress/kendo-licensing demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.