@glideapps/glide-data-grid
Advanced tools
Comparing version 3.0.0-rc4 to 3.0.0-rollup-test1
{ | ||
"name": "@glideapps/glide-data-grid", | ||
"version": "3.0.0-rc4", | ||
"version": "3.0.0-rollup-test1", | ||
"description": "Super fast, pure canvas Data Grid Editor", | ||
@@ -9,3 +9,4 @@ "main": "dist/js/index.js", | ||
"build": "npm run build-js && npm run build-types", | ||
"build-js": "babel ./src -d dist/js --ignore '**/*.stories.tsx','src/stories/*.tsx' --extensions .ts,.tsx --config-file ./babel.config.json", | ||
"build-js": "rollup -c rollup.config.js", | ||
"build-babel": "babel ./src -d dist/js --ignore '**/*.stories.tsx','src/stories/*.tsx' --extensions .ts,.tsx --config-file ./babel.config.json", | ||
"build-types": "tsc -p tsconfig.types.json", | ||
@@ -59,2 +60,6 @@ "lint": "eslint src --ext .ts,.tsx", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.0.6", | ||
"@storybook/addon-actions": "^6.3.2", | ||
@@ -92,2 +97,6 @@ "@storybook/addon-controls": "^6.3.2", | ||
"react-virtualized": "^9.21.0", | ||
"rollup": "^2.58.0", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"styled-components": "5.2.0", | ||
@@ -94,0 +103,0 @@ "typescript": "^4.4.3" |
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
509855
48
52
2220
3