Socket
Socket
Sign inDemoInstall

@ag-grid-enterprise/core

Package Overview
Dependencies
1
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 22.0.0 to 22.1.0

dist/cjs/agGridEnterpriseModule.js.map

1

dist/cjs/agGridEnterpriseModule.js

@@ -20,1 +20,2 @@ "use strict";

};
//# sourceMappingURL=agGridEnterpriseModule.js.map

@@ -185,1 +185,2 @@ "use strict";

exports.MD5 = MD5;
//# sourceMappingURL=md5.js.map

@@ -56,1 +56,2 @@ "use strict";

exports.WatermarkComp = WatermarkComp;
//# sourceMappingURL=watermark.js.map

3

dist/cjs/licenseManager.js

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

var LicenseManager_1;
LicenseManager.RELEASE_INFORMATION = 'MTU3MzIwODgzODA2OQ==';
LicenseManager.RELEASE_INFORMATION = 'MTU3NTI5NTU4Mzc4OA==';
__decorate([

@@ -251,1 +251,2 @@ core_1.Autowired('md5')

exports.LicenseManager = LicenseManager;
//# sourceMappingURL=licenseManager.js.map

@@ -7,1 +7,2 @@ "use strict";

exports.LicenseManager = licenseManager_1.LicenseManager;
//# sourceMappingURL=main.js.map

@@ -235,3 +235,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

var LicenseManager_1;
LicenseManager.RELEASE_INFORMATION = 'MTU3MzIwODgzODA2OQ==';
LicenseManager.RELEASE_INFORMATION = 'MTU3NTI5NTU4Mzc4OA==';
__decorate([

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

{
"name": "@ag-grid-enterprise/core",
"version": "22.0.0",
"version": "22.1.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",
"scripts": {
"build-cjs": "tsc -p tsconfig.es5.json",
"build-cjs": "tsc -p tsconfig.json",
"build-es6": "tsc -p tsconfig.es6.json",
"build-docs": "tsc -p tsconfig.docs.json",
"package": "node ../../common-build/rollup/build.js",
"package": "node ../../module-build/rollup/build.js",
"build": "npm run build-cjs && npm run build-es6",

@@ -45,7 +45,6 @@ "test": "jest"

"dependencies": {
"@ag-grid-community/core": "~22.0.0"
"@ag-grid-community/core": "~22.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.0",
"gulp": "^4.0.2",
"jest": "^24.9.0",

@@ -58,2 +57,2 @@ "ts-jest": "^24.0.0",

}
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc