@tinyhttp/etag
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6329
7