Socket
Socket
Sign inDemoInstall

@ag-grid-enterprise/range-selection

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-enterprise/range-selection - npm Package Compare versions

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

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

if (fromIndex < 0) {
console.warn("ag-Grid: column " + columnFrom.getId() + " is not visible");
console.warn("AG Grid: column " + columnFrom.getId() + " is not visible");
return;

@@ -522,3 +522,3 @@ }

if (toIndex < 0) {
console.warn("ag-Grid: column " + columnTo.getId() + " is not visible");
console.warn("AG Grid: column " + columnTo.getId() + " is not visible");
return;

@@ -525,0 +525,0 @@ }

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

if (fromIndex < 0) {
console.warn("ag-Grid: column " + columnFrom.getId() + " is not visible");
console.warn("AG Grid: column " + columnFrom.getId() + " is not visible");
return;

@@ -520,3 +520,3 @@ }

if (toIndex < 0) {
console.warn("ag-Grid: column " + columnTo.getId() + " is not visible");
console.warn("AG Grid: column " + columnTo.getId() + " is not visible");
return;

@@ -523,0 +523,0 @@ }

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

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

"dependencies": {
"@ag-grid-community/core": "~25.0.0",
"@ag-grid-enterprise/core": "~25.0.0"
"@ag-grid-community/core": "~25.1.0",
"@ag-grid-enterprise/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 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