Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ag-grid-enterprise/column-tool-panel

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-enterprise/column-tool-panel - npm Package Compare versions

Comparing version 22.0.0-beta.1 to 22.0.0

CONTRIBUTING.md

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

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