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

youzanyun-egg-framework

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youzanyun-egg-framework - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

6

bin/start.js

@@ -16,2 +16,8 @@ /* eslint-disable dot-notation */

const serverConfig = {
redis : {
client: {
port: +env['redis.port'],
host: env['redis.host'],
},
},
youzanyun: {

@@ -18,0 +24,0 @@ appName:appName,

4

config/plugin.js

@@ -9,6 +9,2 @@ 'use strict';

},
sequelize: {
enable: true,
package: 'egg-sequelize',
},
redis: {

@@ -15,0 +11,0 @@ enable: true,

{
"name": "youzanyun-egg-framework",
"version": "1.0.30",
"version": "1.0.31",
"description": "有赞云egg框架",

@@ -8,3 +8,2 @@ "dependencies": {

"egg-cluster-yzy": "0.0.1",
"egg-sequelize": "^5.2.0",
"egg-redis": "^2.4.0",

@@ -11,0 +10,0 @@ "egg-view-nunjucks": "^2.2.0",

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