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.1.0 to 2.1.1

dist/index.js.map

2

dist/index.d.ts

@@ -0,1 +1,3 @@

/// <reference types="node" />
/// <reference types="node" />
import { Stats } from 'node:fs';

@@ -2,0 +4,0 @@ export declare const eTag: (entity: string | Buffer | Stats, options?: {

@@ -25,1 +25,2 @@ import { createHash } from "node:crypto";

};
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@tinyhttp/etag",
"version": "2.1.0",
"version": "2.1.1",
"type": "module",

@@ -30,3 +30,5 @@ "description": "entity tag module",

"license": "MIT",
"dependencies": {},
"files": [
"dist"
],
"scripts": {

@@ -33,0 +35,0 @@ "dev": "vite",

Sorry, the diff of this file is not supported yet

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