Socket
Socket
Sign inDemoInstall

@bufferapp/analyze-csv-export

Package Overview
Dependencies
81
Maintainers
31
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta-36 to 2.0.0-beta-37

.babelrc

15

package.json
{
"name": "@bufferapp/analyze-csv-export",
"version": "2.0.0-beta-36",
"version": "2.0.0-beta-37",
"description": "CSV export button",
"main": "index.js",
"main": "dist/index.js",
"types": "types/index.d.ts",

@@ -10,3 +10,5 @@ "scripts": {

"test": "jest",
"test-watch": "jest --watch"
"test-watch": "jest --watch",
"build": "babel src -d dist",
"prepublish": "yarn run build"
},

@@ -26,2 +28,9 @@ "author": "mike@msanroman.io",

"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.9.4",
"@storybook/addon-storyshots": "3.1.4",

@@ -28,0 +37,0 @@ "@storybook/react": "3.1.3",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc