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

export-data

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

export-data - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

17

package.json
{
"name": "export-data",
"version": "0.0.1",
"version": "0.0.2",
"description": "Export data in React to CSV and other file formats",
"types": "./lib/cjs/types/index.d.ts",
"main": "./lib/cjs/index.js",
"exports": {
".": {
"import": {
"types": "./lib/esm/types/index.d.ts",
"default": "./lib/esm/index.mjs"
},
"require": {
"types": "./lib/cjs/types/index.d.ts",
"default": "./lib/cjs/index.js"
}
}
},
"files": [

@@ -25,4 +13,3 @@ "lib/**/*"

"clean": "rm -rf ./lib",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build:esm": "tsc -p ./configs/tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs",
"build": "npm run clean && npm run build:cjs",
"build:cjs": "tsc -p ./configs/tsconfig.cjs.json",

@@ -29,0 +16,0 @@ "prepack": "npm run build",

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