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 23.1.1 to 23.2.0

.hash

3

dist/cjs/license/md5.d.ts

@@ -1,2 +0,3 @@

export declare class MD5 {
import { BeanStub } from "@ag-grid-community/core";
export declare class MD5 extends BeanStub {
private ieCompatibility;

@@ -3,0 +4,0 @@ private init;

"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +23,8 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

var core_1 = require("@ag-grid-community/core");
var MD5 = /** @class */ (function () {
var MD5 = /** @class */ (function (_super) {
__extends(MD5, _super);
function MD5() {
this.ieCompatibility = false;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.ieCompatibility = false;
return _this;
}

@@ -184,4 +200,4 @@ MD5.prototype.init = function () {

return MD5;
}());
}(core_1.BeanStub));
exports.MD5 = MD5;
//# sourceMappingURL=md5.js.map

@@ -1,2 +0,3 @@

export declare class LicenseManager {
import { BeanStub } from '@ag-grid-community/core';
export declare class LicenseManager extends BeanStub {
private static RELEASE_INFORMATION;

@@ -3,0 +4,0 @@ private static licenseKey;

"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +23,8 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

var core_1 = require("@ag-grid-community/core");
var LicenseManager = /** @class */ (function () {
var LicenseManager = /** @class */ (function (_super) {
__extends(LicenseManager, _super);
function LicenseManager() {
this.watermarkMessage = undefined;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.watermarkMessage = undefined;
return _this;
}

@@ -251,3 +267,3 @@ LicenseManager_1 = LicenseManager;

var LicenseManager_1;
LicenseManager.RELEASE_INFORMATION = 'MTU4OTM3NDAxNzU0Ng==';
LicenseManager.RELEASE_INFORMATION = 'MTU5MTEyOTU2NjcyNg==';
__decorate([

@@ -263,4 +279,4 @@ core_1.Autowired('md5')

return LicenseManager;
}());
}(core_1.BeanStub));
exports.LicenseManager = LicenseManager;
//# sourceMappingURL=licenseManager.js.map

@@ -1,2 +0,3 @@

export declare class MD5 {
import { BeanStub } from "@ag-grid-community/core";
export declare class MD5 extends BeanStub {
private ieCompatibility;

@@ -3,0 +4,0 @@ private init;

@@ -0,1 +1,14 @@

var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,6 +20,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Bean, PostConstruct } from "@ag-grid-community/core";
var MD5 = /** @class */ (function () {
import { Bean, BeanStub, PostConstruct } from "@ag-grid-community/core";
var MD5 = /** @class */ (function (_super) {
__extends(MD5, _super);
function MD5() {
this.ieCompatibility = false;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.ieCompatibility = false;
return _this;
}

@@ -182,3 +198,3 @@ MD5.prototype.init = function () {

return MD5;
}());
}(BeanStub));
export { MD5 };

@@ -1,2 +0,3 @@

export declare class LicenseManager {
import { BeanStub } from '@ag-grid-community/core';
export declare class LicenseManager extends BeanStub {
private static RELEASE_INFORMATION;

@@ -3,0 +4,0 @@ private static licenseKey;

@@ -0,1 +1,14 @@

var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,6 +20,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { _, Autowired, Bean, PreConstruct } from '@ag-grid-community/core';
var LicenseManager = /** @class */ (function () {
import { _, Autowired, Bean, BeanStub, PreConstruct } from '@ag-grid-community/core';
var LicenseManager = /** @class */ (function (_super) {
__extends(LicenseManager, _super);
function LicenseManager() {
this.watermarkMessage = undefined;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.watermarkMessage = undefined;
return _this;
}

@@ -249,3 +265,3 @@ LicenseManager_1 = LicenseManager;

var LicenseManager_1;
LicenseManager.RELEASE_INFORMATION = 'MTU4OTM3NDAxNzU0Ng==';
LicenseManager.RELEASE_INFORMATION = 'MTU5MTEyOTU2NjcyNg==';
__decorate([

@@ -261,3 +277,3 @@ Autowired('md5')

return LicenseManager;
}());
}(BeanStub));
export { LicenseManager };
{
"name": "@ag-grid-enterprise/core",
"version": "23.1.1",
"version": "23.2.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components",

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

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

@@ -46,3 +47,3 @@ },

"dependencies": {
"@ag-grid-community/core": "~23.1.0"
"@ag-grid-community/core": "~23.2.0"
},

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

@@ -1,2 +0,3 @@

export declare class MD5 {
import { BeanStub } from "@ag-grid-community/core";
export declare class MD5 extends BeanStub {
private ieCompatibility;

@@ -3,0 +4,0 @@ private init;

@@ -1,2 +0,3 @@

export declare class LicenseManager {
import { BeanStub } from '@ag-grid-community/core';
export declare class LicenseManager extends BeanStub {
private static RELEASE_INFORMATION;

@@ -3,0 +4,0 @@ private static licenseKey;

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 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

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