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

filefy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filefy - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

dist/core/BaseBuilder.js

@@ -11,3 +11,3 @@ "use strict";

}
{
else {
var charBom = "\uFEFF";

@@ -14,0 +14,0 @@ var encodedData = encodeURIComponent(data);

@@ -49,3 +49,3 @@ "use strict";

if (typeof cellData === 'string') {
return '"' + cellData.replace('"', '""') + '"';
return '"' + cellData.replace(/\"/g, '""') + '"';
}

@@ -52,0 +52,0 @@ return cellData;

{
"name": "filefy",
"version": "0.1.9",
"version": "0.1.10",
"description": "A javascript library to produce downloadable files sucs as in CSV, PDF, XLSX, DOCX formats",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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