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 - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

28

package.json
{
"name": "s3-etag",
"version": "1.0.3",
"version": "1.0.4",
"private": false,

@@ -30,4 +30,4 @@ "description": "Generate an accurate S3 ETAG for multipart uploads in Node.js",

"engines": {
"node": "^14",
"npm": "^7"
"node": ">=14.0.0",
"npm": ">=7"
},

@@ -48,14 +48,14 @@ "repository": {

"devDependencies": {
"@types/node": "^17.0.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-github": "^4.3.5",
"eslint-plugin-jest": "^26.1.0",
"jest": "^27.4.3",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.0",
"typescript": "^4.5.2"
"@types/node": "^14.18.63",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.0",
"prettier": "3.0.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}

@@ -6,4 +6,6 @@ # S3 ETAG

Generate an accurate S3 ETAG in Node.js for any file (including multipart).
Generate an accurate S3 ETAG in Node.js for any file (including multipart).
Please Note, this only works for unencrypted buckets.
## Installation

@@ -10,0 +12,0 @@

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