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.0 to 0.1.1

dist/index.js

18

package.json
{
"name": "filefy",
"version": "0.1.0",
"version": "0.1.1",
"description": "A javascript library to produce downloadable files sucs as in CSV, PDF, XLSX, DOCX formats",
"main": "index.js",
"main": "./dist/index.js",
"homepage": "https://github.com/mbrn/filefy#readme",
"author": "Mehmet Baran",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc"
},

@@ -21,8 +27,8 @@ "repository": {

],
"author": "Mehmet Baran",
"license": "MIT",
"bugs": {
"url": "https://github.com/mbrn/filefy/issues"
},
"homepage": "https://github.com/mbrn/filefy#readme"
"devDependencies": {
"typescript": "3.1.3"
}
}

@@ -0,2 +1,6 @@

> This library is not ready yet. I will publish a real version as soon as possible.
# filefy
A javascript library to produce downloadable files sucs as in CSV, PDF, XLSX, DOCX formats
A javascript library to produce downloadable files such as in CSV, PDF, XLSX, DOCX formats
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