Socket
Socket
Sign inDemoInstall

@ag-grid-enterprise/core

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-enterprise/core - npm Package Compare versions

Comparing version 22.1.1 to 23.0.0

tsconfig.typings.json

20

dist/cjs/licenseManager.js

@@ -228,12 +228,20 @@ "use strict";

console.error('****************************************************************************************************************************');
console.error('********************************************* ag-Grid Enterprise License ***************************************************');
console.error('*************************** License not compatible with installed version of ag-Grid Enterprise. ***************************');
console.error("* Your license for ag-Grid Enterprise expired on " + formattedExpiryDate + " but the version installed was released on " + formattedReleaseDate + ". *");
console.error('* Please contact info@ag-grid.com to renew your subscription to new versions. *');
console.error('****************************************************************************************************************************');
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("* 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('****************************************************************************************************************************');
this.watermarkMessage = "Incompatible License Version";
console.error('****************************************************************************************************************************');
this.watermarkMessage = "License Expired";
};
var LicenseManager_1;
LicenseManager.RELEASE_INFORMATION = 'MTU3NjA1OTQ4NDg4MA==';
LicenseManager.RELEASE_INFORMATION = 'MTU4MzkxMzQ2NzUyNQ==';
__decorate([

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

@@ -226,12 +226,20 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

console.error('****************************************************************************************************************************');
console.error('********************************************* ag-Grid Enterprise License ***************************************************');
console.error('*************************** License not compatible with installed version of ag-Grid Enterprise. ***************************');
console.error("* Your license for ag-Grid Enterprise expired on " + formattedExpiryDate + " but the version installed was released on " + formattedReleaseDate + ". *");
console.error('* Please contact info@ag-grid.com to renew your subscription to new versions. *');
console.error('****************************************************************************************************************************');
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("* 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('****************************************************************************************************************************');
this.watermarkMessage = "Incompatible License Version";
console.error('****************************************************************************************************************************');
this.watermarkMessage = "License Expired";
};
var LicenseManager_1;
LicenseManager.RELEASE_INFORMATION = 'MTU3NjA1OTQ4NDg4MA==';
LicenseManager.RELEASE_INFORMATION = 'MTU4MzkxMzQ2NzUyNQ==';
__decorate([

@@ -238,0 +246,0 @@ Autowired('md5')

{
"name": "@ag-grid-enterprise/core",
"version": "22.1.1",
"version": "23.0.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components",
"main": "./dist/cjs/main.js",
"module": "./dist/es6/main.js",
"types": "./dist/es6/main.d.ts",
"types": "./dist/cjs/main.d.ts",
"scripts": {

@@ -12,3 +12,3 @@ "build-cjs": "tsc -p tsconfig.json",

"package": "node ../../module-build/rollup/build.js",
"build": "npm run build-cjs && npm run build-es6",
"build": "npm run build-cjs && npm run build-es6 && tsc -p tsconfig.typings.json",
"test": "jest"

@@ -46,8 +46,8 @@ },

"dependencies": {
"@ag-grid-community/core": "~22.1.1"
"@ag-grid-community/core": "~23.0.0"
},
"devDependencies": {
"@types/jest": "^24.0.0",
"jest": "^24.9.0",
"ts-jest": "^24.0.0",
"@types/jest": "^25.1.3",
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"typescript": "^3.6.3"

@@ -54,0 +54,0 @@ },

@@ -13,3 +13,3 @@

[Angular 1](https://www.ag-grid.com/angular-grid/) | [Angular 2](https://www.ag-grid.com/angular-grid/) | [Javascript](https://www.ag-grid.com/javascript-grid/) | [Polymer](https://www.ag-grid.com/best-polymer-data-grid/) | [React](https://www.ag-grid.com/react-grid/) | [TypeScript](https://www.ag-grid.com/ag-grid-typescript-webpack-2/) | [VueJS](https://www.ag-grid.com/vuejs-grid/) | [Web Components](https://www.ag-grid.com/best-web-component-data-grid/) | [Aurelia](https://www.ag-grid.com/best-aurelia-data-grid/)
[Angular 1](https://www.ag-grid.com/angular-grid/) | [Angular 2](https://www.ag-grid.com/angular-grid/) | [Javascript](https://www.ag-grid.com/javascript-grid/) | [Polymer](https://www.ag-grid.com/best-polymer-data-grid/) | [React](https://www.ag-grid.com/react-grid/) | [TypeScript](https://www.ag-grid.com/ag-grid-building-typescript/) | [VueJS](https://www.ag-grid.com/vuejs-grid/) | [Web Components](https://www.ag-grid.com/best-web-component-data-grid/) | [Aurelia](https://www.ag-grid.com/best-aurelia-data-grid/)

@@ -16,0 +16,0 @@ This is not free software, this software is covered by copyright and to use you need a commercial license.

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc