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

@tinyhttp/etag

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/etag - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/index.js

@@ -27,3 +27,3 @@ import { createHash } from 'crypto';

}
const weak = options?.weak || entity instanceof Stats;
const weak = (options === null || options === void 0 ? void 0 : options.weak) || entity instanceof Stats;
// generate entity tag

@@ -30,0 +30,0 @@ const tag = entity instanceof Stats ? statTag(entity) : entityTag(entity);

{
"name": "@tinyhttp/etag",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "entity tag module",

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