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.1.2 to 0.1.3

6

lib/cjs/components/FileDownloadLink.js

@@ -56,5 +56,2 @@ "use strict";

}
if (onClick) {
yield onClick(e);
}
if (setsDataAsyncInOnClick) {

@@ -64,2 +61,5 @@ e.preventDefault();

}
if (onClick) {
yield onClick(e);
}
});

@@ -66,0 +66,0 @@ const filenameWithExtension = filename.endsWith(`.${fileType.toLowerCase()}`)

{
"name": "export-data",
"version": "0.1.2",
"version": "0.1.3",
"description": "Export data in React to CSV and other file formats",

@@ -5,0 +5,0 @@ "types": "./lib/cjs/types/index.d.ts",

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