Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
Maintainers
4
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-core - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

6

History.md
1.3.3 / 2016-12-28
==================
* test: use assert instead of should
* refactor: warn only for redefine the same package
1.3.2 / 2016-12-08

@@ -3,0 +9,0 @@ ==================

2

lib/loader/mixin/plugin.js

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

}
if ((targetPlugin.path || targetPlugin.package) && (plugin.path || plugin.package)) {
if (targetPlugin.package && targetPlugin.package === plugin.package) {
this.options.logger.warn('plugin %s has been defined that is %j, but you define again in %s',

@@ -340,0 +340,0 @@ name, targetPlugin, plugin.from);

{
"name": "egg-core",
"version": "1.3.2",
"version": "1.3.3",
"description": "A core Pluggable framework based on koa",

@@ -44,3 +44,2 @@ "main": "index.js",

"rimraf": "^2.5.4",
"should": "^11.1.1",
"supertest": "^2.0.1"

@@ -50,5 +49,5 @@ },

"co": "^4.6.0",
"debug": "^2.3.3",
"debug": "^2.5.2",
"depd": "^1.1.0",
"egg-logger": "^1.4.1",
"egg-logger": "^1.5.0",
"egg-path-matching": "^1.0.0",

@@ -55,0 +54,0 @@ "extend": "^3.0.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