Socket
Socket
Sign inDemoInstall

af-react-grid

Package Overview
Dependencies
87
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 3.0.0

core/Cell/index.js

116

package.json
{
"name": "af-react-grid",
"version": "2.0.5",
"sideEffects": false,
"browserslist": [
"last 1 version",
"> 2%",
"not dead"
],
"module": "src/index.js",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nowaalex/af-react-grid"
},
"bugs": {
"url": "https://github.com/nowaalex/af-react-grid/issues"
},
"homepage": "github.com:nowaalex/af-react-grid",
"keywords": [
"react",
"resizable",
"grid",
"React resizable grid",
"React flex resizable grid"
],
"author": "alex <nowaalex@gmail.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"tests:clear-cache": "yarn cache clean",
"live": "webpack-dev-server --mode=development --config webpack.config.js --open",
"build:library": "rollup --config rollup.config.js",
"build:examples": "webpack --progress --mode=production --config webpack.config.js",
"build": "npm-run-all -s build:library build:examples"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"classnames": "^2.2.6",
"emotion": "^10.0.23",
"eventemitter3": "^4.0.0",
"prop-types": "^15.7.2",
"react-draggable": "^4.1.0"
},
"peerDependencies": {
"lodash": "^4.17.15",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-do-expressions": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/runtime": "^7.7.2",
"@emotion/babel-preset-css-prop": "^10.0.23",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"fs": "^0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-mock-console": "^1.0.0",
"npm-run-all": "^4.1.3",
"path": "^0.12.7",
"react-test-renderer": "^16.12.0",
"regenerator-runtime": "^0.13.3",
"rollup": "^1.27.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-strip-prop-types": "^1.0.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
"name": "af-react-grid",
"version": "3.0.0",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/nowaalex/af-react-grid"
},
"bugs": {
"url": "https://github.com/nowaalex/af-react-grid/issues"
},
"homepage": "github.com:nowaalex/af-react-grid",
"keywords": [
"react",
"resizable",
"grid",
"React resizable grid",
"React flex resizable grid"
],
"author": "alex <nowaalex@gmail.com>",
"license": "MIT",
"peerDependencies": {
"lodash": "^4.17.15",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@emotion/core": "^10.0.22",
"eventemitter3": "^4.0.0",
"prop-types": "^15.7.2",
"react-draggable": "^4.1.0"
},
"devDependencies": {
}
}
}
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