Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tinyhttp/req

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/req - npm Package Compare versions

Comparing version 1.3.1 to 2.0.0

2

dist/index.js
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"
}
}
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