Socket
Book a DemoInstallSign in
Socket

zipdigest

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipdigest

Generate digests and manifests of go module zip contents

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

zipdigest

Generate digests and manifests of go module zip contents.

Installation

npm install zipdigest

Usage

const {zipDigest, zipManifest} = require('zipdigest');

// generate the digest of the contents of a go module zip file
var digest = await zipDigest(pathToZip)

// generate the manifest of the contents of a go module zip file
var metafile = await zipManifest(pathToZip);

Development

Forest needs your help! There are a few things you can do right now to help out:

Read the Development documentation, Code of Conduct and Contributing Guidelines.

  • Check out existing issues The issue list has many that are marked as 'help wanted' which make great starting points for development, many of which can be tackled with no prior IPFS knowledge
  • Perform code reviews More eyes will help a. speed the project along b. ensure quality, and c. reduce possible future bugs.
  • Add tests. There can never be enough tests.

MIT License © 2021 Andrew Nesbitt.

FAQs

Package last updated on 21 Apr 2021

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