New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@maxbuild/middleware-auth

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxbuild/middleware-auth - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/feignclients/SignFeignClient.js

@@ -43,5 +43,5 @@ 'use strict';

SignFeignClient = __decorate([
febs_decorator_1.FeignClient({ name: 'admin-service' })
febs_decorator_1.FeignClient({ name: 'admin-service', url: __debugAdminServiceUrl })
], SignFeignClient);
exports.SignFeignClient = SignFeignClient;
//# sourceMappingURL=SignFeignClient.js.map

@@ -9,3 +9,3 @@ {

"febs": "^1.2.3",
"febs-decorator": "^1.1.16"
"febs-decorator": "^1.1.17"
},

@@ -16,6 +16,6 @@ "directories": {},

},
"homepage": "https://github.com/bpcloud/middleware-auth#readme",
"homepage": "https://github.com/originforest/middleware-nodejs-auth#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bpcloud/middleware-auth.git"
"url": "git+ssh://git@github.com/originforest/middleware-nodejs-auth.git"
},

@@ -44,3 +44,3 @@ "scripts": {

"name": "@maxbuild/middleware-auth",
"version": "0.0.1"
"version": "0.0.2"
}

@@ -14,4 +14,8 @@ # MAXBUILD service auth middleware in bpframework.

import { Application } from 'bpframework';
// define debug AdminService url ()
__debugAdminServiceUrl = 'http://xxx';
import * as middleware_auth from '@maxbuild/middleware-auth';
Application.use(middleware_auth.middleware)

@@ -18,0 +22,0 @@ Application.runKoa(...);

/// <reference types="node" />
declare global {
/**
* @desc: 定义AdminService的调试通信地址.
*/
var __debugAdminServiceUrl: string;
}
interface BpframeworkMiddleware {

@@ -4,0 +12,0 @@ type: string,

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