@tinyhttp/req
Advanced tools
Comparing version 1.3.1 to 2.0.0
import parseRange from 'range-parser'; | ||
import fresh from 'es-fresh'; | ||
import { fresh } from 'es-fresh'; | ||
import { typeIs } from '@tinyhttp/type-is'; | ||
@@ -4,0 +4,0 @@ import { Accepts } from '@tinyhttp/accepts'; |
{ | ||
"name": "@tinyhttp/req", | ||
"version": "1.3.1", | ||
"type": "module", | ||
"description": "request extensions for tinyhttp", | ||
"homepage": "https://tinyhttp.v1rtl.site", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/talentlessguy/tinyhttp.git", | ||
"directory": "packages/req" | ||
}, | ||
"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", | ||
"req", | ||
"request" | ||
], | ||
"engines": { | ||
"node": ">=12.4.0" | ||
}, | ||
"author": "v1rtl", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tinyhttp/accepts": "1.3.0", | ||
"@tinyhttp/type-is": "1.3.0", | ||
"@tinyhttp/url": "1.3.1", | ||
"es-fresh": "^0.0.8", | ||
"range-parser": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/range-parser": "^1.2.3" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c ./rollup.config.js" | ||
} | ||
} | ||
"name": "@tinyhttp/req", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"description": "request extensions for tinyhttp", | ||
"homepage": "https://tinyhttp.v1rtl.site", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tinyhttp/tinyhttp.git", | ||
"directory": "packages/req" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"keywords": [ | ||
"tinyhttp", | ||
"node.js", | ||
"web framework", | ||
"web", | ||
"backend", | ||
"req", | ||
"request" | ||
], | ||
"engines": { | ||
"node": ">=12.4.0" | ||
}, | ||
"author": "v1rtl", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tinyhttp/accepts": "2.0.0", | ||
"@tinyhttp/type-is": "2.0.0", | ||
"@tinyhttp/url": "2.0.0", | ||
"es-fresh": "^0.0.10", | ||
"range-parser": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/range-parser": "^1.2.4" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c ./rollup.config.js" | ||
} | ||
} |
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
5771
6
60
+ Added@tinyhttp/accepts@2.0.0(transitive)
+ Added@tinyhttp/type-is@2.0.0(transitive)
+ Added@tinyhttp/url@2.0.0(transitive)
+ Addedes-content-type@0.1.0(transitive)
+ Addedes-fresh@0.0.10(transitive)
+ Addedes-mime-types@0.1.4(transitive)
- Removed@tinyhttp/accepts@1.3.0(transitive)
- Removed@tinyhttp/type-is@1.3.0(transitive)
- Removed@tinyhttp/url@1.3.1(transitive)
- Removedes-content-type@0.0.10(transitive)
- Removedes-fresh@0.0.8(transitive)
- Removedes-mime-types@0.0.16(transitive)
Updated@tinyhttp/accepts@2.0.0
Updated@tinyhttp/type-is@2.0.0
Updated@tinyhttp/url@2.0.0
Updatedes-fresh@^0.0.10