Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "zipster", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "TypeScript library built for Node backends to create ZIP files with password protection", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"test": "mocha --config ./test/support/unit.yml", | ||
"coverage": "nyc npm run test" | ||
"coverage": "nyc --reporter=lcov npm run test" | ||
}, | ||
@@ -15,0 +15,0 @@ "keywords": [ |
# Zipster | ||
[![NPM Version](https://badge.fury.io/js/zipster.svg)](https://badge.fury.io/js/zipster) | ||
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ToeFungi_zipster&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ToeFungi_zipster) | ||
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=ToeFungi_zipster&metric=coverage)](https://sonarcloud.io/summary/new_code?id=ToeFungi_zipster) | ||
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=ToeFungi_zipster&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=ToeFungi_zipster) | ||
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=ToeFungi_zipster&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=ToeFungi_zipster) | ||
@@ -20,3 +24,3 @@ Zipster aims to enable developers to easily create password-protected ZIP files. This library relies on a combination of | ||
- [Create a ZIP with a single file](#createpath-string-options-options) | ||
- [Create a ZIP with a multiple files](#createbulkpaths-string-options-options) | ||
- [Create a ZIP with multiple files](#createbulkpaths-string-options-options) | ||
- [Options](#options) | ||
@@ -23,0 +27,0 @@ - [Tests](#running-tests) |
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
35165
125