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

egg-dj-dubbo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-dj-dubbo - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

app.js

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

constructor() {
let config = app.config.dubbo;
let config = app.config.dubboclient;
config.java = require('js-to-java')
this.dubboAgent=new nzd(config);
this.dubboAgent=new nzd(config.dubboAgent);
}

@@ -13,0 +13,0 @@

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

dubbo(className, method, ...javaParams) {
const timeout = this.app.dubboClinent.dependencies[className].dubboTimeout || this.app.dubboClinent.dubboTimeout || 30000;
const timeout = this.app.dubboClinent.dubboAgent.dependencies[className].dubboTimeout || this.app.dubboClinent.dubboTimeout || 30000;
return Promise.race([

@@ -8,0 +8,0 @@ this.app.dubboClinent.request(className, method, javaParams),

{
"name": "egg-dj-dubbo",
"version": "1.0.0",
"version": "1.0.1",
"description": "egg plugin to call dubbo service",

@@ -5,0 +5,0 @@ "eggPlugin": {

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