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

s3-etag

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3-etag

Generate an S3 ETAG for multipart uploads in Node.js

  • 0.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
68
increased by41.67%
Maintainers
1
Weekly downloads
 
Created
Source

S3 ETAG

Build, Test & Publish CodeQL

Generate an accurate S3 ETAG for any file (including multipart).

Installation

npm install s3-etag

(TypeScript type definitions are included in the package.)

Usage

import { generateETag } from 's3-etag';

const etag = generateETag(absoluteFilePath);

expect(etag).toBe('ba0b9fe20dc67b0e4c478ab3c03dc5ce');

License

See LICENSE.md.

Keywords

FAQs

Package last updated on 16 Dec 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

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