Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

zipy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipy

Simple service for creating ZIP files

Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

zipy Build Status

Simple service for creating ZIP files

Install

$ npm install --save zipy

Usage

$ zipy --help

  Simple service for creating ZIP files

  Usage
    $ zipy

  Options
    --port  Port to listen on

Programmatic usage

const zipy = require('zipy');

zipy.listen(3000, () => {
	console.log('Listening on http://localhost:3000');
});

License

MIT © Kevin Martensson

Keywords

api

FAQs

Package last updated on 27 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts