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.21 to 6.0.22

3

lib/agent.js

@@ -138,3 +138,4 @@ "use strict";

error(...fn) {
return this.use(...fn);
this._middlewaresError.push(...fn);
return this;
}

@@ -141,0 +142,0 @@ get server() {

@@ -215,3 +215,4 @@ import {IOptions} from "./IOptions";

error(...fn: MiddlewareHandlerErrorOrAny[]): this {
return this.use(...fn)
this._middlewaresError.push(...fn);
return this
}

@@ -218,0 +219,0 @@

@@ -27,3 +27,3 @@ {

"main": "./index.js",
"version": "6.0.21",
"version": "6.0.22",
"license": "MIT",

@@ -37,4 +37,4 @@ "repository": {

"dependencies": {
"appolo-cache": "^6.0.4",
"appolo-event-dispatcher": "^6.0.7",
"appolo-cache": "^6.0.6",
"appolo-event-dispatcher": "^6.0.8",
"appolo-route": "^6.0.2",

@@ -41,0 +41,0 @@ "bluebird": "^3.5.3",

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