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

zipster

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

zipster - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

package.json
{
"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)

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