@ag-grid-enterprise/column-tool-panel
Advanced tools
Comparing version 22.0.0-beta.1 to 22.0.0
108
package.json
{ | ||
"name": "@ag-grid-enterprise/column-tool-panel", | ||
"version": "22.0.0-beta.1", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components", | ||
"main": "./dist/cjs/main.js", | ||
"module": "./dist/es6/main.js", | ||
"scripts": { | ||
"build-cjs": "tsc -p tsconfig.es5.json", | ||
"build-es6": "tsc -p tsconfig.es6.json", | ||
"build-docs": "tsc -p tsconfig.docs.json", | ||
"package": "node ../../common-build/rollup/build.js", | ||
"build": "npm run build-cjs && npm run build-es6" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ag-grid/ag-grid.git" | ||
}, | ||
"keywords": [ | ||
"web-components", | ||
"grid", | ||
"data", | ||
"table", | ||
"angular", | ||
"angular-component", | ||
"react", | ||
"react-component", | ||
"angularjs", | ||
"reactjs" | ||
], | ||
"author": "Sean Landsman <sean@thelandsmans.com>", | ||
"license": "Commercial", | ||
"bugs": { | ||
"url": "https://github.com/ag-grid/ag-grid/issues" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 10", | ||
"not ie_mob <= 11", | ||
"not blackberry > 0" | ||
], | ||
"homepage": "http://www.ag-grid.com/", | ||
"dependencies": { | ||
"@ag-grid-community/core": "^22.0.0-beta.1", | ||
"@ag-grid-enterprise/core": "^22.0.0-beta.1", | ||
"@ag-grid-enterprise/row-grouping": "^22.0.0-beta.1", | ||
"@ag-grid-enterprise/side-bar": "^22.0.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.6.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
"name": "@ag-grid-enterprise/column-tool-panel", | ||
"version": "22.0.0", | ||
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components", | ||
"main": "./dist/cjs/main.js", | ||
"module": "./dist/es6/main.js", | ||
"scripts": { | ||
"build-cjs": "tsc -p tsconfig.es5.json", | ||
"build-es6": "tsc -p tsconfig.es6.json", | ||
"build-docs": "tsc -p tsconfig.docs.json", | ||
"package": "node ../../common-build/rollup/build.js", | ||
"build": "npm run build-cjs && npm run build-es6" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ag-grid/ag-grid.git" | ||
}, | ||
"keywords": [ | ||
"web-components", | ||
"grid", | ||
"data", | ||
"table", | ||
"angular", | ||
"angular-component", | ||
"react", | ||
"react-component", | ||
"angularjs", | ||
"reactjs" | ||
], | ||
"author": "Sean Landsman <sean@thelandsmans.com>", | ||
"license": "Commercial", | ||
"bugs": { | ||
"url": "https://github.com/ag-grid/ag-grid/issues" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 10", | ||
"not ie_mob <= 11", | ||
"not blackberry > 0" | ||
], | ||
"homepage": "http://www.ag-grid.com/", | ||
"dependencies": { | ||
"@ag-grid-community/core": "~22.0.0", | ||
"@ag-grid-enterprise/core": "~22.0.0", | ||
"@ag-grid-enterprise/row-grouping": "~22.0.0", | ||
"@ag-grid-enterprise/side-bar": "~22.0.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.6.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5666611
45
0
0
36
80
+ Added@ag-grid-community/core@22.0.0(transitive)
+ Added@ag-grid-enterprise/core@22.0.0(transitive)
+ Added@ag-grid-enterprise/row-grouping@22.0.0(transitive)
+ Added@ag-grid-enterprise/side-bar@22.0.0(transitive)
- Removed@ag-grid-community/core@22.1.1(transitive)
- Removed@ag-grid-enterprise/core@22.1.1(transitive)
- Removed@ag-grid-enterprise/row-grouping@22.1.1(transitive)
- Removed@ag-grid-enterprise/side-bar@22.1.1(transitive)