Socket
Socket
Sign inDemoInstall

@ag-grid-enterprise/rich-select

Package Overview
Dependencies
3
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 31.1.1 to 31.2.0

dist/package/main.cjs.js

47

package.json
{
"name": "@ag-grid-enterprise/rich-select",
"version": "31.1.1",
"version": "31.2.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/esm/es6/main.mjs",
"module": "./dist/esm/es6/main.mjs",
"types": "./dist/esm/es6/main.d.ts",
"scripts": {
"clean": "rimraf dist",
"build-cjs": "rimraf dist/tsconfig.cjs.es5.docs.tsbuildinfo && npx tsc -p tsconfig.cjs.es5.json && npx tsc -p tsconfig.cjs.es6.json",
"build-esm": "npx tsc -p tsconfig.esm.es5.json && npx tsc -p tsconfig.esm.es6.json",
"build-cjs-prod": "npx tsc -p tsconfig.cjs.es5.json --sourceMap false && npx tsc -p tsconfig.cjs.es6.json --sourceMap false",
"build-esm-prod": "npx tsc -p tsconfig.esm.es5.json --sourceMap false && npx tsc -p tsconfig.esm.es6.json --sourceMap false",
"package": "node ../../module-build/rollup/build.js",
"build": "npm run build-cjs && npm run build-esm && npx gulp mjs-processing",
"build-prod": "npm run build-cjs-prod && npm run build-esm-prod && npx gulp mjs-processing"
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
"module": "./dist/package/main.esm.mjs",
"exports": {
"import": "./dist/package/main.esm.mjs",
"require": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "31.2.0",
"@ag-grid-enterprise/core": "31.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0"
},
"repository": {

@@ -43,19 +48,7 @@ "type": "git",

"last 2 versions",
"not ie <= 10",
"not ie_mob <= 11",
"not ie >= 0",
"not ie_mob >= 0",
"not blackberry > 0"
],
"homepage": "https://www.ag-grid.com/",
"dependencies": {
"@ag-grid-community/core": "31.1.1",
"@ag-grid-enterprise/core": "31.1.1"
},
"devDependencies": {
"typescript": "~4.7.4",
"rimraf": "3.0.2",
"gulp": "^4.0.2",
"gulp-replace": "^1.0.0",
"gulp-rename": "^2.0.0",
"del": "^6.0.0"
},
"publishConfig": {

@@ -62,0 +55,0 @@ "access": "public"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc