You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@bunt/app

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.19.5 to 0.19.12

3

dist/Route/RouteNotFound.d.ts

@@ -1,3 +0,4 @@

export declare class RouteNotFound extends Error {
import { NotFound } from "@bunt/util";
export declare class RouteNotFound extends NotFound {
constructor(route: string);
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RouteNotFound = void 0;
class RouteNotFound extends Error {
const util_1 = require("@bunt/util");
class RouteNotFound extends util_1.NotFound {
constructor(route) {

@@ -6,0 +7,0 @@ super(`Route "${route}" not found`);

{
"name": "@bunt/app",
"version": "0.19.5",
"version": "0.19.12",
"keywords": [

@@ -29,9 +29,9 @@ "typescript"

"dependencies": {
"@bunt/input": "^0.19.5",
"@bunt/unit": "^0.19.3",
"@bunt/util": "^0.19.2",
"@bunt/input": "^0.19.12",
"@bunt/unit": "^0.19.12",
"@bunt/util": "^0.19.12",
"path-to-regexp": "^6.2.0"
},
"license": "MIT",
"gitHead": "311837b6a546ad5016372ca0b0c37f51b9253250"
"gitHead": "af2ad3c8c543ddc526a1333910f5487d80c84d78"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc