Comparing version 0.1.0 to 0.1.1
{ | ||
"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 | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
4127
6
87
1
7
0
1