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.1 to 2.0.2

3

dist/index.js

@@ -24,5 +24,4 @@ import { createHash } from 'crypto';

const eTag = (entity, options) => {
if (entity == null) {
if (entity == null)
throw new TypeError('argument entity is required');
}
const weak = (options === null || options === void 0 ? void 0 : options.weak) || entity instanceof Stats;

@@ -29,0 +28,0 @@ // generate entity tag

{
"name": "@tinyhttp/etag",
"version": "2.0.1",
"version": "2.0.2",
"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