@tinyhttp/send
Advanced tools
Comparing version 1.3.2 to 2.0.0
{ | ||
"name": "@tinyhttp/send", | ||
"version": "1.3.2", | ||
"type": "module", | ||
"description": "json, send, sendFile, status and sendStatus methods for tinyhttp", | ||
"homepage": "https://tinyhttp.v1rtl.site", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tinyhttp/tinyhttp.git", | ||
"directory": "packages/res" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"keywords": [ | ||
"tinyhttp", | ||
"node.js", | ||
"web framework", | ||
"web", | ||
"backend", | ||
"res", | ||
"send", | ||
"send-file" | ||
], | ||
"engines": { | ||
"node": ">=12.4.0" | ||
}, | ||
"author": "v1rtl", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tinyhttp/etag": "1.3.0", | ||
"es-content-type": "^0.0.10", | ||
"es-mime-types": "^0.0.16" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c" | ||
} | ||
} | ||
"name": "@tinyhttp/send", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"description": "json, send, sendFile, status and sendStatus methods for tinyhttp", | ||
"homepage": "https://tinyhttp.v1rtl.site", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tinyhttp/tinyhttp.git", | ||
"directory": "packages/res" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"keywords": [ | ||
"tinyhttp", | ||
"node.js", | ||
"web framework", | ||
"web", | ||
"backend", | ||
"res", | ||
"send", | ||
"send-file" | ||
], | ||
"engines": { | ||
"node": ">=12.4.0" | ||
}, | ||
"author": "v1rtl", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tinyhttp/etag": "2.0.0", | ||
"es-content-type": "^0.1.0", | ||
"es-mime-types": "^0.1.3" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c" | ||
} | ||
} |
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
1
1
15560
11
289
+ Added@tinyhttp/etag@2.0.0(transitive)
+ Addedes-content-type@0.1.0(transitive)
+ Addedes-mime-types@0.1.4(transitive)
- Removed@tinyhttp/etag@1.3.0(transitive)
- Removedes-content-type@0.0.10(transitive)
- Removedes-mime-types@0.0.16(transitive)
Updated@tinyhttp/etag@2.0.0
Updatedes-content-type@^0.1.0
Updatedes-mime-types@^0.1.3