@ag-grid-community/csv-export
Advanced tools
Comparing version 31.1.1 to 31.2.0
{ | ||
"name": "@ag-grid-community/csv-export", | ||
"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 typings", | ||
"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 tsc -p tsconfig.typings.json && npx gulp mjs-processing", | ||
"build-prod": "npm run build-cjs-prod && npm run build-esm-prod && npx tsc -p tsconfig.typings.json --sourceMap false && npx gulp mjs-processing", | ||
"test": "jest" | ||
"dependencies": { | ||
"tslib": "^2.3.0", | ||
"@ag-grid-community/core": "31.2.0" | ||
}, | ||
"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" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.0", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"web-streams-polyfill": "^3.3.2", | ||
"blob-polyfill": "^7.0.20220408", | ||
"compression-streams-polyfill": "^0.1.7", | ||
"text-encoding-polyfill": "^0.6.7" | ||
}, | ||
"repository": { | ||
@@ -45,24 +53,5 @@ "type": "git", | ||
"not ie >= 0", | ||
"not ie_mob >= 0", | ||
"not blackberry > 0" | ||
"not ie_mob >= 0" | ||
], | ||
"homepage": "https://www.ag-grid.com/", | ||
"dependencies": { | ||
"@ag-grid-community/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", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"ts-jest": "^29.1.0", | ||
"web-streams-polyfill": "^3.3.2", | ||
"blob-polyfill": "^7.0.20220408", | ||
"compression-streams-polyfill": "^0.1.7", | ||
"text-encoding-polyfill": "^0.6.7" | ||
}, | ||
"publishConfig": { | ||
@@ -69,0 +58,0 @@ "access": "public" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
7
519255
2
29
3160
1
+ Addedtslib@^2.3.0
+ Added@ag-grid-community/core@31.2.0(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@ag-grid-community/core@31.1.1(transitive)