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.0.0 to 1.0.1

6

CHANGELOG.md
# @tinyhttp/accepts
## 1.0.1
### Patch Changes
- Remove license notes from readmes, add readme for type-is
## 1.0.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@tinyhttp/accepts",
"description": "accepts rewrite in TypeScript with ESM and CommonJS targets",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/talentlessguy/tinyhttp#readme",

@@ -6,0 +6,0 @@ "repository": {

@@ -116,5 +116,1 @@ # @tinyhttp/accepts

```
## License
MIT © [v1rtl](https://v1rtl.site)

@@ -7,3 +7,3 @@ import Negotiator from 'negotiator'

const validMime = (type: unknown) => typeof type == 'string'
const validMime = (type: unknown): boolean => typeof type == 'string'

@@ -10,0 +10,0 @@ export class Accepts {

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