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

@qpoint/router

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qpoint/router - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

lib/mime.d.ts

@@ -1,1 +0,1 @@

export declare function mimeCategory(contentType: string): string;
export declare function mimeCategory(contentType?: string): string;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.mimeCategory = void 0;
function mimeCategory(contentType) {
function mimeCategory(contentType = '') {
// truncate the content/type to just the type, not encoding etc

@@ -6,0 +6,0 @@ contentType = contentType.split(';')[0];

{
"name": "@qpoint/router",
"version": "0.1.8",
"version": "0.1.9",
"description": "Qpoint - an intelligent edge router framework",

@@ -5,0 +5,0 @@ "author": "Tyler Flint <tyler@qpoint.io>",

Sorry, the diff of this file is not supported yet

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