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

react-data-griddex

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-data-griddex - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

95

package.json
{
"name": "react-data-griddex",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",

@@ -21,4 +21,3 @@ "description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like",

"default": "./lib/bundle.js"
},
"./dist/": "./dist/"
}
},

@@ -30,18 +29,14 @@ "browser": "./lib/bundle.js",

"files": [
"dist",
"lib"
],
"sideEffects": [
"*.css",
"*.less"
],
"sideEffects": false,
"scripts": {
"start": "start-storybook --quiet --no-dll -p 6006",
"start": "start-storybook --quiet -p 6006",
"build": "rollup --config --no-stdin",
"test": "jest",
"test:watch": "jest --watch",
"eslint": "eslint --ext js,ts,tsx --max-warnings 0 -f codeframe --cache --color src stories test tools",
"eslint": "eslint --ext js,ts,tsx --max-warnings 0 -f codeframe --cache --color src stories test",
"eslint:fix": "npm run eslint -- --fix",
"typecheck": "tsc -p tsconfig.all.json",
"build-storybook": "build-storybook --quiet --no-dll",
"build-storybook": "build-storybook --quiet",
"prepublishOnly": "npm install && npm run build && tsc",

@@ -51,46 +46,49 @@ "postpublish": "git push --follow-tags origin HEAD"

"dependencies": {
"clsx": "^1.1.1",
"react-data-grid": "^7.0.0-canary.33",
"react-data-grid-addons": "^7.0.0-alpha.24"
"clsx": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@babel/core": "^7.12.16",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.16",
"@babel/runtime": "^7.12.13",
"@juggle/resize-observer": "^3.2.0",
"@popperjs/core": "^2.5.4",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.0.0",
"@storybook/react": "^6.1.9",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@types/faker": "^5.1.4",
"@types/jest": "^26.0.16",
"@types/lodash": "^4.14.165",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-select": "^3.0.27",
"@typescript-eslint/eslint-plugin": "4.8.2",
"@typescript-eslint/parser": "4.8.2",
"@linaria/babel-preset": "^3.0.0-beta.1",
"@linaria/core": "^3.0.0-beta.1",
"@linaria/rollup": "^3.0.0-beta.1",
"@linaria/shaker": "^3.0.0-beta.1",
"@linaria/webpack-loader": "^3.0.0-beta.1",
"@microsoft/api-extractor": "^7.13.2",
"@popperjs/core": "^2.7.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@storybook/react": "^6.1.18",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.1",
"@types/faker": "^5.1.6",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-select": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-loader": "^8.2.2",
"babel-plugin-optimize-clsx": "^2.6.1",
"clean-css": "^4.2.3",
"core-js": "^3.8.0",
"css-loader": "^5.0.1",
"eslint": "^7.14.0",
"core-js": "^3.8.3",
"css-loader": "^5.0.2",
"eslint": "^7.20.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest-dom": "^3.5.0",
"eslint-plugin-jest-dom": "^3.6.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sonarjs": "^0.5.0",
"faker": "^5.1.0",
"eslint-plugin-sonarjs": "^0.6.0",
"faker": "^5.4.0",
"jest": "^26.6.3",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^1.3.1",
"mini-css-extract-plugin": "^1.3.7",
"postcss": "^8.2.6",
"react": "^17.0.1",

@@ -102,6 +100,7 @@ "react-contextmenu": "^2.14.0",

"react-popper": "^2.2.4",
"react-select": "^3.1.1",
"react-select": "^3.2.0",
"react-sortable-hoc": "^1.11.0",
"rollup": "^2.34.1",
"typescript": "~4.1.2"
"rollup": "^2.39.0",
"rollup-plugin-postcss": "^4.0.0",
"typescript": "~4.2.2"
},

@@ -108,0 +107,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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