Socket
Socket
Sign inDemoInstall

@tinyhttp/accepts

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/accepts - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

21

package.json
{
"name": "@tinyhttp/accepts",
"description": "accepts rewrite in TypeScript with ESM and CommonJS targets",
"version": "1.3.0",
"version": "2.0.0",
"homepage": "https://tinyhttp.v1rtl.site",
"funding": {
"type": "individual",
"url": "https://github.com/talentlessguy/tinyhttp?sponsor=1"
"url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
},
"repository": {
"type": "git",
"url": "https://github.com/talentlessguy/tinyhttp.git",
"url": "https://github.com/tinyhttp/tinyhttp.git",
"directory": "packages/cookie-signature"

@@ -19,13 +19,4 @@ },

"type": "module",
"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",
"./": "./"
},
"exports": "./dist/index.js",
"files": [

@@ -38,3 +29,3 @@ "dist"

"dependencies": {
"es-mime-types": "^0.0.16",
"es-mime-types": "^0.1.3",
"negotiator": "^0.6.2"

@@ -45,2 +36,2 @@ },

}
}
}
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