You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@ag-grid-enterprise/core

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 25.0.1 to 25.1.0

17

CONTRIBUTING.md

@@ -1,6 +0,6 @@

# Contributing to ag-Grid-Enterprise
# Contributing to AG Grid Enterprise
ag-Grid-Enterprise is copyright commercial software. If you provide a PR, you must also state that you agree to the following:
AG Grid Enterprise is copyright commercial software. If you provide a PR, you must also state that you agree to the following:
Retention of Intellectual Property Rights for ag-Grid-Enterprise component
Retention of Intellectual Property Rights for AG Grid Enterprise component
==============

@@ -11,3 +11,3 @@

“the Software” means the ag-Grid-Enterprise software as location the the repository
“the Software” means the AG Grid Enterprise software as location the the repository
https://github.com/ag-grid/ag-grid-enterprise.

@@ -37,8 +37,7 @@

Please, do not open issues for the general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](https://stackoverflow.com/questions/tagged/ag-grid) where the questions should be tagged with tag `ag-grig`,
or on our [Forum](https://ag-grid.com/forum)
Please, do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](https://stackoverflow.com/questions/tagged/ag-grid) where the questions should be tagged with tag `ag-grid`.
If you're using the Enterprise version of ag-Grid (ag-grid-enterprise), then the [Members Forum](https://ag-grid.com/forum/forumdisplay.php?fid=5) is the best place to ask - you'll get a much quicker response there. Please contact accounts@ag-grid.com for access.
If you're using the Enterprise version of AG Grid (ag-grid-enterprise), then you should use our [Support Portal](https://ag-grid.zendesk.com/) - you'll get a much quicker response there. Please contact accounts@ag-grid.com for access.
To save your and our time we will be systematically closing all the issues that are requests for general support (for ag-Grid Free) and redirecting people to StackOverflow.
To save your and our time we will be systematically closing all the issues that are requests for general support (for AG Grid Community) and redirecting people to StackOverflow.

@@ -61,3 +60,3 @@ ## <a name="issue"></a> Found a Bug?

- version of ag-Grid-Enterprise used
- version of AG Grid Enterprise used
- 3rd-party libraries and their versions

@@ -64,0 +63,0 @@ - and most importantly - a use-case that fails

@@ -41,3 +41,3 @@ "use strict";

var isWhiteListURL = location.hostname.match('^127\.0\.0\.1|localhost|www\.ag-grid\.com$') != null;
var isForceWatermark = location.search.indexOf('forceWatermark') !== -1;
var isForceWatermark = location.pathname ? location.pathname.indexOf('forceWatermark') !== -1 : false;
return isForceWatermark || (isDisplayWatermark && !isWhiteListURL);

@@ -44,0 +44,0 @@ };

@@ -218,5 +218,5 @@ "use strict";

console.error('*****************************************************************************************************************');
console.error('***************************************** ag-Grid Enterprise License ********************************************');
console.error('***************************************** AG Grid Enterprise License ********************************************');
console.error('********************************************* Invalid License ***************************************************');
console.error('* Your license for ag-Grid Enterprise is not valid - please contact info@ag-grid.com to obtain a valid license. *');
console.error('* Your license for AG Grid Enterprise is not valid - please contact info@ag-grid.com to obtain a valid license. *');
console.error('*****************************************************************************************************************');

@@ -228,5 +228,5 @@ console.error('*****************************************************************************************************************');

console.error('****************************************************************************************************************');
console.error('***************************************** ag-Grid Enterprise License *******************************************');
console.error('***************************************** AG Grid Enterprise License *******************************************');
console.error('***************************************** Trial Period Expired. *******************************************');
console.error("* Your license for ag-Grid Enterprise expired on " + formattedExpiryDate + ". *");
console.error("* Your license for AG Grid Enterprise expired on " + formattedExpiryDate + ". *");
console.error('* Please email info@ag-grid.com to purchase a license. *');

@@ -239,5 +239,5 @@ console.error('****************************************************************************************************************');

console.error('****************************************************************************************************************');
console.error('***************************************** ag-Grid Enterprise License *******************************************');
console.error('***************************************** AG Grid Enterprise License *******************************************');
console.error('****************************************** License Key Not Found ***********************************************');
console.error('* All ag-Grid Enterprise features are unlocked. *');
console.error('* All AG Grid Enterprise features are unlocked. *');
console.error('* This is an evaluation only version, it is not licensed for development projects intended for production. *');

@@ -252,13 +252,13 @@ console.error('* If you want to hide the watermark, please email info@ag-grid.com for a trial license. *');

console.error('****************************************************************************************************************************');
console.error('* ag-Grid Enterprise License *');
console.error('* License not compatible with installed version of ag-Grid Enterprise. *');
console.error('* AG Grid Enterprise License *');
console.error('* License not compatible with installed version of AG Grid Enterprise. *');
console.error('* *');
console.error("* Your ag-Grid License entitles you to all versions of ag-Grid that we release within the time covered by your license *");
console.error("* - typically we provide one year licenses which entitles you to all releases / updates of ag-Grid within that year. *");
console.error("* Your license has an end (expiry) date which stops the license key working with versions of ag-Grid released after the *");
console.error("* license end date. The license key that you have expires on " + formattedExpiryDate + ", however the version of ag-Grid you *");
console.error("* Your AG Grid License entitles you to all versions of AG Grid that we release within the time covered by your license *");
console.error("* - typically we provide one year licenses which entitles you to all releases / updates of AG Grid within that year. *");
console.error("* Your license has an end (expiry) date which stops the license key working with versions of AG Grid released after the *");
console.error("* license end date. The license key that you have expires on " + formattedExpiryDate + ", however the version of AG Grid you *");
console.error("* are trying to use was released on " + formattedReleaseDate + ". *");
console.error('* *');
console.error('* Please contact info@ag-grid.com to renew your subscription to new versions and get a new license key to work with this *');
console.error('* version of ag-Grid. *');
console.error('* version of AG Grid. *');
console.error('****************************************************************************************************************************');

@@ -269,3 +269,3 @@ console.error('****************************************************************************************************************************');

var LicenseManager_1;
LicenseManager.RELEASE_INFORMATION = 'MTYxMDYzNDc3NzU5OA==';
LicenseManager.RELEASE_INFORMATION = 'MTYxMzQ2MjUzMTEzNw==';
__decorate([

@@ -272,0 +272,0 @@ core_1.Autowired('md5')

@@ -39,3 +39,3 @@ var __extends = (this && this.__extends) || (function () {

var isWhiteListURL = location.hostname.match('^127\.0\.0\.1|localhost|www\.ag-grid\.com$') != null;
var isForceWatermark = location.search.indexOf('forceWatermark') !== -1;
var isForceWatermark = location.pathname ? location.pathname.indexOf('forceWatermark') !== -1 : false;
return isForceWatermark || (isDisplayWatermark && !isWhiteListURL);

@@ -42,0 +42,0 @@ };

@@ -216,5 +216,5 @@ var __extends = (this && this.__extends) || (function () {

console.error('*****************************************************************************************************************');
console.error('***************************************** ag-Grid Enterprise License ********************************************');
console.error('***************************************** AG Grid Enterprise License ********************************************');
console.error('********************************************* Invalid License ***************************************************');
console.error('* Your license for ag-Grid Enterprise is not valid - please contact info@ag-grid.com to obtain a valid license. *');
console.error('* Your license for AG Grid Enterprise is not valid - please contact info@ag-grid.com to obtain a valid license. *');
console.error('*****************************************************************************************************************');

@@ -226,5 +226,5 @@ console.error('*****************************************************************************************************************');

console.error('****************************************************************************************************************');
console.error('***************************************** ag-Grid Enterprise License *******************************************');
console.error('***************************************** AG Grid Enterprise License *******************************************');
console.error('***************************************** Trial Period Expired. *******************************************');
console.error("* Your license for ag-Grid Enterprise expired on " + formattedExpiryDate + ". *");
console.error("* Your license for AG Grid Enterprise expired on " + formattedExpiryDate + ". *");
console.error('* Please email info@ag-grid.com to purchase a license. *');

@@ -237,5 +237,5 @@ console.error('****************************************************************************************************************');

console.error('****************************************************************************************************************');
console.error('***************************************** ag-Grid Enterprise License *******************************************');
console.error('***************************************** AG Grid Enterprise License *******************************************');
console.error('****************************************** License Key Not Found ***********************************************');
console.error('* All ag-Grid Enterprise features are unlocked. *');
console.error('* All AG Grid Enterprise features are unlocked. *');
console.error('* This is an evaluation only version, it is not licensed for development projects intended for production. *');

@@ -250,13 +250,13 @@ console.error('* If you want to hide the watermark, please email info@ag-grid.com for a trial license. *');

console.error('****************************************************************************************************************************');
console.error('* ag-Grid Enterprise License *');
console.error('* License not compatible with installed version of ag-Grid Enterprise. *');
console.error('* AG Grid Enterprise License *');
console.error('* License not compatible with installed version of AG Grid Enterprise. *');
console.error('* *');
console.error("* Your ag-Grid License entitles you to all versions of ag-Grid that we release within the time covered by your license *");
console.error("* - typically we provide one year licenses which entitles you to all releases / updates of ag-Grid within that year. *");
console.error("* Your license has an end (expiry) date which stops the license key working with versions of ag-Grid released after the *");
console.error("* license end date. The license key that you have expires on " + formattedExpiryDate + ", however the version of ag-Grid you *");
console.error("* Your AG Grid License entitles you to all versions of AG Grid that we release within the time covered by your license *");
console.error("* - typically we provide one year licenses which entitles you to all releases / updates of AG Grid within that year. *");
console.error("* Your license has an end (expiry) date which stops the license key working with versions of AG Grid released after the *");
console.error("* license end date. The license key that you have expires on " + formattedExpiryDate + ", however the version of AG Grid you *");
console.error("* are trying to use was released on " + formattedReleaseDate + ". *");
console.error('* *');
console.error('* Please contact info@ag-grid.com to renew your subscription to new versions and get a new license key to work with this *');
console.error('* version of ag-Grid. *');
console.error('* version of AG Grid. *');
console.error('****************************************************************************************************************************');

@@ -267,3 +267,3 @@ console.error('****************************************************************************************************************************');

var LicenseManager_1;
LicenseManager.RELEASE_INFORMATION = 'MTYxMDYzNDc3NzU5OA==';
LicenseManager.RELEASE_INFORMATION = 'MTYxMzQ2MjUzMTEzNw==';
__decorate([

@@ -270,0 +270,0 @@ Autowired('md5')

{
"name": "@ag-grid-enterprise/core",
"version": "25.0.1",
"version": "25.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components",

@@ -46,3 +46,3 @@ "main": "./dist/cjs/main.js",

"dependencies": {
"@ag-grid-community/core": "~25.0.0"
"@ag-grid-community/core": "~25.1.0"
},

@@ -49,0 +49,0 @@ "devDependencies": {

@@ -1,6 +0,5 @@

ag-Grid-Enterprise
AG Grid Enterprise
==============
This project contains ag-Grid-Enterprise features.
This project contains AG Grid Enterprise features.

@@ -24,3 +23,3 @@ See [www.ag-grid.com](http://www.ag-grid.com) for an overview and full documentation.

If you are an Enterprise customer (or are Evaluating ag-Grid Enterprise) and wish to report a Bug or raise a new Feature Request please do so on our [Members Forum](https://ag-grid.com/forum/forumdisplay.php?fid=5).
If you are an Enterprise customer (or are evaluating AG Grid Enterprise) and wish to report a Bug or raise a new Feature Request please do so on our [Support Portal](https://ag-grid.zendesk.com/).

@@ -27,0 +26,0 @@ To Sign Up:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc