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

appolo-agent

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appolo-agent - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

lib/errors/notFoundError.js

4

index.js

@@ -12,2 +12,6 @@ "use strict";

exports.InternalServerError = internalServerError_1.InternalServerError;
var unauthorizedError_1 = require("./lib/errors/unauthorizedError");
exports.UnauthorizedError = unauthorizedError_1.UnauthorizedError;
var notFoundError_1 = require("./lib/errors/notFoundError");
exports.NotFoundError = notFoundError_1.NotFoundError;
var appolo_route_1 = require("appolo-route");

@@ -14,0 +18,0 @@ exports.Methods = appolo_route_1.Methods;

import {IOptions} from "./lib/IOptions";
import {Agent} from "./lib/agent";
import {MiddlewareHandler, MiddlewareHandlerAny, MiddlewareHandlerParams, NextFn} from "./lib/types";
import {NotFoundError} from "./lib/errors/notFoundError";
import {UnauthorizedError} from "./lib/errors/unauthorizedError";

@@ -10,2 +12,4 @@ export {Agent} from './lib/agent'

export {InternalServerError} from './lib/errors/internalServerError'
export {UnauthorizedError} from './lib/errors/unauthorizedError'
export {NotFoundError} from './lib/errors/notFoundError'
export {IRequest} from './lib/request'

@@ -12,0 +16,0 @@ export {IResponse} from './lib/response'

2

package.json

@@ -22,3 +22,3 @@ {

"main": "./index.js",
"version": "6.0.1",
"version": "6.0.2",
"license": "MIT",

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

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