New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-pivottable

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pivottable - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.eslintrc

32

package.json
{
"name": "react-pivottable",
"version": "0.1.0",
"version": "0.1.1",
"description": "A React-based pivot table",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/.bin/babel-node --presets=es2015 spec/run.js",
"lint": "./node_modules/.bin/eslint src/*js*",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -s public -o .out",
"deploy-storybook": "storybook-to-ghpages"
},

@@ -22,3 +26,25 @@ "repository": {

},
"homepage": "https://github.com/plotly/react-pivottable#readme"
"homepage": "https://github.com/plotly/react-pivottable#readme",
"dependencies": {
"immutability-helper": "^2.3.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-sortablejs": "^1.3.4",
"sortablejs": "^1.6.1"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.6",
"@storybook/addon-links": "^3.2.6",
"@storybook/addon-options": "^3.2.6",
"@storybook/react": "^3.2.7",
"@storybook/storybook-deployer": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.5.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.3.0",
"jasmine": "^2.8.0"
}
}
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